chiark / gitweb /
extend Self Tip Inpatch
[topbloke-formulae.git] / Makefile
1
2 SRCS := $(wildcard *.tex)
3
4 default: article.pdf
5
6 article.pdf: $(SRCS)
7                 pdflatex -halt-on-error article.tex </dev/null
8
9 article.ps: article.pdf
10                 pdftops article.pdf article.ps
11
12 clean:
13         rm -f *.aux *.log *.dvi *.out *.pdf *~