tidying up thar

cat-town
Dan Buch 13 years ago
parent d32f9bfeeb
commit f6a16b1f9a

@ -6,6 +6,8 @@ ALL += $(patsubst %.tex,%.pdf,$(shell find . -name '*.tex'))
haml $^ $@ haml $^ $@
%.pdf:%.tex %.pdf:%.tex
texi2pdf $^ -o $@ texi2pdf $^ -o $@ && \
rm -vf $(patsubst %.pdf,%.aux,$(notdir $@)) \
$(patsubst %.pdf,%.log,$(notdir $@))
all: $(ALL) all: $(ALL)

Loading…
Cancel
Save