summaryrefslogtreecommitdiffstats
path: root/Doc/Makefile
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1992-12-08 14:37:55 (GMT)
committerGuido van Rossum <guido@python.org>1992-12-08 14:37:55 (GMT)
commit95cd2ef1623d8f3ac574d617964e5b4e097bc54d (patch)
treec763f4b5a345daddf1ac94020f2e5c227fc3b9dc /Doc/Makefile
parent2a7178efe1353aed277c0714e92a0790c84f7b88 (diff)
downloadcpython-95cd2ef1623d8f3ac574d617964e5b4e097bc54d.zip
cpython-95cd2ef1623d8f3ac574d617964e5b4e097bc54d.tar.gz
cpython-95cd2ef1623d8f3ac574d617964e5b4e097bc54d.tar.bz2
Incorporated Jan-Hein's changes and texinfo conversion.
Diffstat (limited to 'Doc/Makefile')
-rw-r--r--Doc/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile
index dccd5eb..bcc1afe 100644
--- a/Doc/Makefile
+++ b/Doc/Makefile
@@ -20,6 +20,7 @@ ref:
lib:
touch lib.ind
latex lib
+ ./fix_hack lib.idx
makeindex lib
latex lib
dvips lib >lib.ps
@@ -31,10 +32,15 @@ qua:
latex qua
dvips lib >lib.ps
+libinfo:
+ @echo This may take a while...
+ python -c 'import partparse; partparse.main()' lib[1-5].tex
+ sh fix.sh
+
clean:
rm -f @* *~ *.aux *.idx *.ilg *.ind *.log *.toc *.blg *.bbl
# Sources: .tex, .bib, .sty
# Useful results: .dvi, .ps
clobber: clean
- rm -f *.dvi *.ps
+ rm -f *.dvi *.ps *.info *.info-[0-9]*