From: Fred Drake Date: Wed, 29 Jul 1998 05:07:41 +0000 (+0000) Subject: Pass paper size to dvips explicitly. X-Git-Tag: v1.5.2a1~187 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b35631587b89af135de665f5417cd84edd27aeb2;p=python Pass paper size to dvips explicitly. --- diff --git a/Doc/Makefile b/Doc/Makefile index dd792dc04f..9d680fa934 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -53,7 +53,7 @@ PAPER=letter # Where are the various programs? LATEX= latex PDFLATEX= pdflatex -DVIPS= dvips -N0 +DVIPS= dvips -N0 -t $(PAPER) KPSEWHICH= TEXINPUTS=$(TEXINPUTS) kpsewhich tex MAKEINDEX= makeindex -s $(srcdir)/texinputs/myindex.ist ACROREAD= acroread