summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/pdftex/manual/Makefile
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-11-25 01:44:56 +0000
committerKarl Berry <karl@freefriends.org>2010-11-25 01:44:56 +0000
commitcdb8f75f21deda10ab7bf1e2d345efda5c6765c3 (patch)
tree342b5cc2e3cb2451e14a980fa01daa91ca0da2f7 /Master/texmf-dist/doc/pdftex/manual/Makefile
parent758bc16c67cd2f74d2101fab34d81b1ccffd8a26 (diff)
pdftex manual 655
git-svn-id: svn://tug.org/texlive/trunk@20555 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/pdftex/manual/Makefile')
-rw-r--r--Master/texmf-dist/doc/pdftex/manual/Makefile21
1 files changed, 9 insertions, 12 deletions
diff --git a/Master/texmf-dist/doc/pdftex/manual/Makefile b/Master/texmf-dist/doc/pdftex/manual/Makefile
index cefb2e4840a..0793a2f7cad 100644
--- a/Master/texmf-dist/doc/pdftex/manual/Makefile
+++ b/Master/texmf-dist/doc/pdftex/manual/Makefile
@@ -1,20 +1,17 @@
-# $Id: Makefile,v 1.89 2007/01/25 07:18:57 hhenkel Exp $
+# $Id: Makefile 656 2010-11-23 01:20:14Z karl $
#
# Makefile for pdfTeX documentation
-pdftexversion=1.40.0
+pdftexversion=1.40.11
mandir=manual
distdate=`date +%y%m%d`
distrev=`awk '/Id:/{print $$4; exit}' $(mandir)/pdftex-t.tex`
-distall=pdftex-w.tex pdftex-t.txt pdftex-t.tex \
- pdftex-i.tex syntaxform.awk Makefile makefiles.cmd \
- pdftex-a.pdf pdftex-l.pdf pdftex-s.pdf \
- pdftex-syntax.txt README Changelog
+distall=$(distnopdf) pdftex-a.pdf pdftex-l.pdf pdftex-s.pdf
distnopdf=pdftex-w.tex pdftex-t.txt pdftex-t.tex \
pdftex-i.tex syntaxform.awk Makefile makefiles.cmd \
- pdftex-syntax.txt README Changelog
+ pdftex-syntax.txt README ChangeLog
all: pdftex-a.pdf \
pdftex-l.pdf \
@@ -23,16 +20,16 @@ all: pdftex-a.pdf \
booklet: pdftex-b.pdf pdftex-b-e.pdf pdftex-b-o.pdf
-pdftex-a.pdf: pdftex-t.tex pdftex-t.txt
+pdftex-a.pdf a: pdftex-t.tex pdftex-t.txt
texexec --result=$@ $<
-pdftex-l.pdf: pdftex-t.tex pdftex-t.txt
+pdftex-l.pdf l: pdftex-t.tex pdftex-t.txt
texexec --mode=letter --result=$@ $<
-pdftex-s.pdf: pdftex-t.tex pdftex-i.tex
+pdftex-s.pdf s: pdftex-t.tex pdftex-i.tex
texexec --mode=screen --result=$@ $<
-pdftex-b.pdf: pdftex-a.pdf
+pdftex-b.pdf b: pdftex-a.pdf
texexec --pdfarrange --paper=a5a4 --print=up --addempty=1,2 \
--result=$@ $<
@@ -48,7 +45,7 @@ pdftex-t.txt: pdftex-w.pdf Makefile
cat $< \
| expand \
| fmt -s -w36 \
- | grep . \
+ | env GREP_OPTIONS=--text grep . \
| expand \
| cat > $@