From: Guido van Rossum Date: Sun, 5 Oct 1997 18:51:02 +0000 (+0000) Subject: Add -N0 to dvips flags to generate page structure comments. X-Git-Tag: v1.5a4~89 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5344d4fd2e4574d405d831e1eba5bafea7c07d28;p=thirdparty%2FPython%2Fcpython.git Add -N0 to dvips flags to generate page structure comments. --- diff --git a/Doc/Makefile b/Doc/Makefile index ad05cea676ca..aef8705c1c13 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`