mirror of
https://github.com/flynx/photobook.git
synced 2025-10-29 02:10:08 +00:00
tweaking...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
dce260a583
commit
09e9dc7e34
7
Makefile
7
Makefile
@ -1,7 +1,9 @@
|
|||||||
#----------------------------------------------------------------------
|
#----------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
TEX := lualatex
|
ARGS :=
|
||||||
|
|
||||||
|
TEX := lualatex $(ARGS)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -41,10 +43,11 @@ texToDoc = \
|
|||||||
$(TEX) $< > /dev/null
|
$(TEX) $< > /dev/null
|
||||||
|
|
||||||
|
|
||||||
|
# NOTE: .sty and .cls are essentially the same in terms of documentation
|
||||||
|
# generation...
|
||||||
%.tex: %.sty
|
%.tex: %.sty
|
||||||
$(call texToDoc,$<,$@)
|
$(call texToDoc,$<,$@)
|
||||||
|
|
||||||
|
|
||||||
%.tex: %.cls
|
%.tex: %.cls
|
||||||
$(call texToDoc,$<,$@)
|
$(call texToDoc,$<,$@)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user