summaryrefslogtreecommitdiff
path: root/info/intro-scientific/Makefile
blob: dba349df6f7bb1d24748a8bcd45ffa654e340d8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TEXFILES=scidoc.tex

scidoc.pdf: scidoc.tex
	pdflatex scidoc
	pdflatex scidoc
	pdflatex scidoc

all: scidoc.pdf

read: scidoc.pdf
	acroread scidoc.pdf

clean:
	rm -f *.aux *.toc *.log *.out

veryclean: clean
	rm -f scidoc.pdf