0
0
mirror of https://github.com/python/cpython.git synced 2024-11-25 01:20:47 +01:00
cpython/Doc/Makefile
1992-04-06 14:04:13 +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
latex qua
bibtex qua
latex qua
clean:
rm -f @* *~ *.aux *.dvi *.idx *.ilg *.ind *.log *.ps *.toc
# Keep: .tex, .bib, .sty!