From cdb8f75f21deda10ab7bf1e2d345efda5c6765c3 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 25 Nov 2010 01:44:56 +0000 Subject: pdftex manual 655 git-svn-id: svn://tug.org/texlive/trunk@20555 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/pdftex/manual/Makefile | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) (limited to 'Master/texmf-dist/doc/pdftex/manual/Makefile') 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 > $@ -- cgit v1.2.3