cpython/Doc/Makefile

28 lines
310 B
Makefile
Raw Normal View History

all: tut ref lib # qua
tut:
latex tut
latex tut
ref:
touch ref.ind
latex ref
makeindex ref
latex ref
lib:
touch lib.ind
latex lib
makeindex lib
latex lib
qua:
latex qua
latex qua
bibtex qua
latex qua
1991-01-22 11:47:14 +00:00
1990-08-09 14:25:15 +00:00
clean:
rm -f *~ *.aux *.dvi *.idx *.ilg *.ind *.log *.ps *.toc
# Keep: .tex, .bib, .sty!