summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/pdftex/manual/Makefile
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-03-30 22:36:45 +0000
committerKarl Berry <karl@freefriends.org>2018-03-30 22:36:45 +0000
commitb15fd2a0169f34e4970575561ef4c03a3e2c687c (patch)
treeab0fe5950ebe3c1f382e71355e0d9dbe5b6d436e /Master/texmf-dist/doc/pdftex/manual/Makefile
parent455506ec711f0d6edd259c0b7c5e5a533d34ecee (diff)
pdftex-1.40.19 manual update for 2018
git-svn-id: svn://tug.org/texlive/trunk@47199 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/pdftex/manual/Makefile')
-rw-r--r--Master/texmf-dist/doc/pdftex/manual/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/pdftex/manual/Makefile b/Master/texmf-dist/doc/pdftex/manual/Makefile
index 102d82ff576..d6589ac1c04 100644
--- a/Master/texmf-dist/doc/pdftex/manual/Makefile
+++ b/Master/texmf-dist/doc/pdftex/manual/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile 751 2016-05-04 22:57:38Z karl $
+# $Id: Makefile 767 2017-02-18 23:49:54Z karl $
# Makefile for pdfTeX documentation. Public domain.
# Get version we're documenting from the \def in the manual.
@@ -16,7 +16,7 @@ all: pdftex-l.pdf pdftex-s.pdf booklet
common_deps = pdftex-t.tex pdftex-w.txt pdftex-help.txt pdftex-syntax.tex
pdftex-a.pdf a: $(common_deps)
- $(context) --result=$@ $<
+ $(context) --mode=a4 --result=$@ $<
pdftex-l.pdf l: $(common_deps)
$(context) --mode=letter --result=$@ $<