Added warning at the top of the page to not manualy update

This commit is contained in:
akuker
2020-07-09 13:28:17 -05:00
parent 35d2b83811
commit 1c45f8e33c
3 changed files with 11 additions and 1 deletions

View File

@@ -119,7 +119,9 @@ $(MAN_PAGE_DIR)/%.1 : $(DOC_DIR)/%.1
sudo cp $< $@
$(DOC_DIR)/%_man_page.txt : $(DOC_DIR)/%.1
man -l $< | col -bx > $@
@echo "!! ------ THIS FILE IS AUTO_GENERATED! DO NOT MANUALLY UPDATE!!!" > $@
@echo "!! ------ The native file is $(notdir $<). Re-run 'make docs' after updating\n\n" >> $@
man -l $< | col -bx >> $@
.PHONY: Debug
Debug: scsimon