diff options
author | Fred Drake <fdrake@acm.org> | 1998-07-29 05:07:41 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-07-29 05:07:41 (GMT) |
commit | b35631587b89af135de665f5417cd84edd27aeb2 (patch) | |
tree | 7378b4e736bba045d1c31caa53f429b57786bf83 /Doc/Makefile | |
parent | 8f7abed9d446dd6de1d1e5060f9330f23f526939 (diff) | |
download | cpython-b35631587b89af135de665f5417cd84edd27aeb2.zip cpython-b35631587b89af135de665f5417cd84edd27aeb2.tar.gz cpython-b35631587b89af135de665f5417cd84edd27aeb2.tar.bz2 |
Pass paper size to dvips explicitly.
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 dd792dc..9d680fa 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 |