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
|
# NOTE: .sty and .cls are essentially the same in terms of documentation
|
||||||
# generation...
|
# generation...
|
||||||
# XXX should these depend on the $(DOC) script ???
|
|
||||||
%.tex: %.sty %-meta.tex
|
%.tex: %.sty %-meta.tex
|
||||||
$(DOC) $< > $@
|
$(DOC) $< > $@
|
||||||
|
|
||||||
|
|||||||
@ -3,6 +3,11 @@
|
|||||||
|
|
||||||
SCRIPT_NAME=$(basename $0)
|
SCRIPT_NAME=$(basename $0)
|
||||||
|
|
||||||
|
printusage(){
|
||||||
|
echo "Usage:"
|
||||||
|
echo " $SCRIPT_NAME [OPTIONS] [[INPUT] OUTPUT]"
|
||||||
|
}
|
||||||
|
|
||||||
printhelp(){
|
printhelp(){
|
||||||
echo "Generate docs from latex package/class"
|
echo "Generate docs from latex package/class"
|
||||||
echo
|
echo
|
||||||
@ -41,11 +46,6 @@ printhelp(){
|
|||||||
echo " in both the repo and in installed form, so .dtx is not used."
|
echo " in both the repo and in installed form, so .dtx is not used."
|
||||||
}
|
}
|
||||||
|
|
||||||
printusage(){
|
|
||||||
echo "Usage:"
|
|
||||||
echo " $SCRIPT_NAME [OPTIONS] [[INPUT] OUTPUT]"
|
|
||||||
}
|
|
||||||
|
|
||||||
printerror(){
|
printerror(){
|
||||||
echo Error: $@
|
echo Error: $@
|
||||||
echo
|
echo
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user