tidying up thar
This commit is contained in:
parent
d32f9bfeeb
commit
f6a16b1f9a
@ -6,6 +6,8 @@ ALL += $(patsubst %.tex,%.pdf,$(shell find . -name '*.tex'))
|
||||
haml $^ $@
|
||||
|
||||
%.pdf:%.tex
|
||||
texi2pdf $^ -o $@
|
||||
texi2pdf $^ -o $@ && \
|
||||
rm -vf $(patsubst %.pdf,%.aux,$(notdir $@)) \
|
||||
$(patsubst %.pdf,%.log,$(notdir $@))
|
||||
|
||||
all: $(ALL)
|
||||
|
Loading…
Reference in New Issue
Block a user