A few other tiny changes to the Makefile.
This commit is contained in:
parent
a1eaca457d
commit
7580575ff5
9
Makefile
9
Makefile
@ -1,12 +1,9 @@
|
|||||||
#!/usr/bin/make
|
#!/usr/bin/make
|
||||||
|
|
||||||
all: $(patsubst %.tex,%.pdf,$(wildcard *.tex))
|
all: $(patsubst %.tex,%.pdf,$(wildcard *.tex))
|
||||||
|
pdf: all
|
||||||
|
|
||||||
|
%.pdf: %.tex
|
||||||
%.pdf: %.png
|
|
||||||
png2pdf -p 1.4 -a $< $@
|
|
||||||
|
|
||||||
%.pdf: %.tex
|
|
||||||
rubber -fd $<
|
rubber -fd $<
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
@ -14,7 +11,7 @@ clean:
|
|||||||
rm -f *.tmp
|
rm -f *.tmp
|
||||||
rm -f figures/*.pdf
|
rm -f figures/*.pdf
|
||||||
|
|
||||||
viewpdf: pdf
|
viewpdf: all
|
||||||
evince text.pdf
|
evince text.pdf
|
||||||
|
|
||||||
spell:
|
spell:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user