0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 16:45:42 +01:00
cpython/Doc/Makefile
1992-06-03 17:59:20 +00:00

28 lines
313 B
Makefile

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
bibtex qua
latex qua
latex qua
clean:
rm -f @* *~ *.aux *.dvi *.idx *.ilg *.ind *.log *.ps *.toc
# Keep: .tex, .bib, .sty!