diff options
author | Guido van Rossum <guido@python.org> | 1992-12-17 15:31:02 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1992-12-17 15:31:02 (GMT) |
commit | 4ac605e6273a3215e67079aac7c50266c216cfa9 (patch) | |
tree | 6011f16734f3bc899dbfdfee4b0a91c0f99ce99f /Doc/Makefile | |
parent | 16b22193e6677dec27719172e92c0d83cfd28366 (diff) | |
download | cpython-4ac605e6273a3215e67079aac7c50266c216cfa9.zip cpython-4ac605e6273a3215e67079aac7c50266c216cfa9.tar.gz cpython-4ac605e6273a3215e67079aac7c50266c216cfa9.tar.bz2 |
Changes to some math using underscore as subscript, necessary since
the new style file defines underscore as an underscore in tt font.
Diffstat (limited to 'Doc/Makefile')
-rw-r--r-- | Doc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index bcc1afe..8559f6f 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -13,6 +13,7 @@ tut: ref: touch ref.ind latex ref + ./fix_hack ref.idx makeindex ref latex ref dvips ref >ref.ps @@ -38,7 +39,7 @@ libinfo: sh fix.sh clean: - rm -f @* *~ *.aux *.idx *.ilg *.ind *.log *.toc *.blg *.bbl + rm -f @* *~ *.aux *.idx *.ilg *.ind *.log *.toc *.blg *.bbl *.pyc # Sources: .tex, .bib, .sty # Useful results: .dvi, .ps |