automatically building latex, too
This commit is contained in:
parent
68886709d6
commit
d32f9bfeeb
@ -1,8 +1,11 @@
|
|||||||
ALL := $(patsubst %.haml,%.html,$(shell find . -name '*.haml'))
|
ALL := $(patsubst %.haml,%.html,$(shell find . -name '*.haml'))
|
||||||
|
ALL += $(patsubst %.tex,%.pdf,$(shell find . -name '*.tex'))
|
||||||
|
|
||||||
|
|
||||||
%.html:%.haml
|
%.html:%.haml
|
||||||
haml $^ $@
|
haml $^ $@
|
||||||
|
|
||||||
|
%.pdf:%.tex
|
||||||
|
texi2pdf $^ -o $@
|
||||||
|
|
||||||
all: $(ALL)
|
all: $(ALL)
|
||||||
|
Loading…
Reference in New Issue
Block a user