summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/pdftex/manual/Makefile
diff options
context:
space:
mode:
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=$@ $<