17
0

A few other tiny changes to the Makefile.

This commit is contained in:
<mako@atdot.cc> 1184180570 -0400 0001-01-01 00:00:00 +00:00
parent a1eaca457d
commit 7580575ff5

View File

@ -1,12 +1,9 @@
#!/usr/bin/make
all: $(patsubst %.tex,%.pdf,$(wildcard *.tex))
pdf: all
%.pdf: %.png
png2pdf -p 1.4 -a $< $@
%.pdf: %.tex
%.pdf: %.tex
rubber -fd $<
clean:
@ -14,7 +11,7 @@ clean:
rm -f *.tmp
rm -f figures/*.pdf
viewpdf: pdf
viewpdf: all
evince text.pdf
spell: