summaryrefslogtreecommitdiff
path: root/Build/source/texk/tetex/doc/Makefile
blob: 9c5a1ac5e692fc20e8e9ef2f535f5afe27bb2704 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
default: pdf ps dvi clean

TETEXDOC.pdf: TETEXDOC.tex
	pdflatex TETEXDOC
	bibtex TETEXDOC
	pdflatex TETEXDOC
	pdflatex TETEXDOC
	thumbpdf TETEXDOC
	pdflatex TETEXDOC

TETEXDOC.dvi: TETEXDOC.tex
	latex TETEXDOC
	bibtex TETEXDOC
	latex TETEXDOC
	latex TETEXDOC

TETEXDOC.ps: TETEXDOC.dvi
	dvips TETEXDOC -o

clean:
	rm -f TETEXDOC.aux TETEXDOC.log TETEXDOC.lot thumb???.png TETEXDOC.out TETEXDOC.tex~ TETEXDOC.toc thumbdta.tex thumbpdf.log thumbpdf.pdf TETEXDOC.blg TETEXDOC.bbl TETEXDOC.tpt auto

veryclean: clean
	rm -f TETEXDOC.pdf TETEXDOC.dvi TETEXDOC.ps

pdf: TETEXDOC.pdf
dvi: TETEXDOC.dvi
ps: TETEXDOC.ps