mirror of
https://github.com/flynx/photobook.git
synced 2025-10-28 18:00:10 +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
|
||||
|
||||
|
||||
# NOTE: .sty and .cls are essentially the same in terms of documentation
|
||||
# generation...
|
||||
%.tex: %.sty
|
||||
$(call texToDoc,$<,$@)
|
||||
|
||||
|
||||
%.tex: %.cls
|
||||
$(call texToDoc,$<,$@)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user