mirror of
https://github.com/flynx/photobook.git
synced 2025-10-29 10:20:08 +00:00
...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
5209e221d1
commit
56b817b365
1
Makefile
1
Makefile
@ -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) $< > $@
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user