mirror of
https://github.com/thewesker/RASCSI.git
synced 2025-12-20 12:21:10 -05:00
Added warning at the top of the page to not manualy update
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user