0
0
mirror of https://github.com/python/cpython.git synced 2024-11-25 01:20:47 +01:00
cpython/Doc/Makefile

28 lines
313 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 12:47:14 +01:00
1990-08-09 16:25:15 +02:00
clean:
1992-04-06 16:04:13 +02:00
rm -f @* *~ *.aux *.dvi *.idx *.ilg *.ind *.log *.ps *.toc
# Keep: .tex, .bib, .sty!