diff options
author | Guido van Rossum <guido@python.org> | 1997-10-05 18:51:02 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-10-05 18:51:02 (GMT) |
commit | 5344d4fd2e4574d405d831e1eba5bafea7c07d28 (patch) | |
tree | ea498fb29648ae8299e0aa4dcfff5ba5bfadf24d /Doc/Makefile | |
parent | 42cefd03cf6097d016cded315b0d496eecdbaf89 (diff) | |
download | cpython-5344d4fd2e4574d405d831e1eba5bafea7c07d28.zip cpython-5344d4fd2e4574d405d831e1eba5bafea7c07d28.tar.gz cpython-5344d4fd2e4574d405d831e1eba5bafea7c07d28.tar.bz2 |
Add -N0 to dvips flags to generate page structure comments.
Diffstat (limited to 'Doc/Makefile')
-rw-r--r-- | Doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index ad05cea..aef8705 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -48,7 +48,7 @@ # Where are the various programs? LATEX= latex BIBTEX= bibtex -DVIPS= dvips -f +DVIPS= dvips -f -N0 MAKEINDEX= makeindex L2H= latex2html L2HARGS= -address $$USER@`domainname` |