mirror of
https://github.com/akuker/RASCSI.git
synced 2024-12-31 11:32:11 +00:00
Added warning at the top of the page to not manualy update
This commit is contained in:
parent
35d2b83811
commit
1c45f8e33c
@ -1,3 +1,7 @@
|
|||||||
|
!! ------ THIS FILE IS AUTO_GENERATED! DO NOT MANUALLY UPDATE!!!
|
||||||
|
!! ------ The native file is rascsi.1. Re-run 'make docs' after updating
|
||||||
|
|
||||||
|
|
||||||
rascsi(1) General Commands Manual rascsi(1)
|
rascsi(1) General Commands Manual rascsi(1)
|
||||||
|
|
||||||
NAME
|
NAME
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
!! ------ THIS FILE IS AUTO_GENERATED! DO NOT MANUALLY UPDATE!!!
|
||||||
|
!! ------ The native file is rasctl.1. Re-run 'make docs' after updating
|
||||||
|
|
||||||
|
|
||||||
rascsi(1) General Commands Manual rascsi(1)
|
rascsi(1) General Commands Manual rascsi(1)
|
||||||
|
|
||||||
NAME
|
NAME
|
||||||
|
@ -119,7 +119,9 @@ $(MAN_PAGE_DIR)/%.1 : $(DOC_DIR)/%.1
|
|||||||
sudo cp $< $@
|
sudo cp $< $@
|
||||||
|
|
||||||
$(DOC_DIR)/%_man_page.txt : $(DOC_DIR)/%.1
|
$(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
|
.PHONY: Debug
|
||||||
Debug: scsimon
|
Debug: scsimon
|
||||||
|
Loading…
Reference in New Issue
Block a user