X-Git-Url: https://code.communitydata.science/cdsc_tex.git/blobdiff_plain/a1eaca457d4562c9413384e950a904e9533b2197..4e55ac3a57a61e81005b08edcacd1e3d9052aa92:/Makefile diff --git a/Makefile b/Makefile index 990fa79..b88ef22 100644 --- a/Makefile +++ b/Makefile @@ -1,24 +1,23 @@ #!/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: rubber -d --clean *.tex rm -f *.tmp - rm -f figures/*.pdf + rm vc -viewpdf: pdf - evince text.pdf +viewpdf: all + evince *.pdf spell: aspell -c -t --tex-check-comments -b text.tex +vc: + vc-git .PHONY: clean all