Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2021-11-25 15:25:41 +03:00
parent 5209e221d1
commit 56b817b365
2 changed files with 5 additions and 6 deletions

View File

@ -40,7 +40,6 @@ DOC := ./scripts/cls2tex.sh
# NOTE: .sty and .cls are essentially the same in terms of documentation
# generation...
# XXX should these depend on the $(DOC) script ???
%.tex: %.sty %-meta.tex
$(DOC) $< > $@

View File

@ -3,6 +3,11 @@
SCRIPT_NAME=$(basename $0)
printusage(){
echo "Usage:"
echo " $SCRIPT_NAME [OPTIONS] [[INPUT] OUTPUT]"
}
printhelp(){
echo "Generate docs from latex package/class"
echo
@ -41,11 +46,6 @@ printhelp(){
echo " in both the repo and in installed form, so .dtx is not used."
}
printusage(){
echo "Usage:"
echo " $SCRIPT_NAME [OPTIONS] [[INPUT] OUTPUT]"
}
printerror(){
echo Error: $@
echo