From e7d22f9c3388947b1b1e5e8c8519c9ae0684a96f Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 28 Feb 2007 22:32:28 +0000 Subject: listings update (28feb07) git-svn-id: svn://tug.org/texlive/trunk@4002 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/source/latex/listings/Makefile | 37 ++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 Master/texmf-dist/source/latex/listings/Makefile (limited to 'Master/texmf-dist/source/latex/listings/Makefile') diff --git a/Master/texmf-dist/source/latex/listings/Makefile b/Master/texmf-dist/source/latex/listings/Makefile new file mode 100644 index 00000000000..9ecf8b6f552 --- /dev/null +++ b/Master/texmf-dist/source/latex/listings/Makefile @@ -0,0 +1,37 @@ +# This file generates files required to use the listings package. +# +# (c) 2007 Brooks Moses +# +# This file is distributed under the terms of the LaTeX Project Public +# License from CTAN archives in directory macros/latex/base/lppl.txt. +# Either version 1.3 or, at your option, any later version. + +.PHONY: listings pdf pdf-devel all + +listings: listings.sty + +pdf: listings.pdf + +pdf-devel: listings-devel.pdf + +all: listings pdf pdf-devel + + +listings.sty: listings.dtx listings.ins lstdrvrs.dtx + tex listings.ins + +listings.pdf: listings.sty + rm -f ltxdoc.cfg + pdflatex listings.dtx + makeindex -s gind.ist listings + pdflatex listings.dtx + pdflatex listings.dtx + +listings-devel.pdf: listings.sty + rm -rf ltxdoc.cfg + echo "\AtBeginDocument{\AlsoImplementation}" > ltxdoc.cfg + pdflatex -jobname=listings-devel listings.dtx + makeindex -s gind.ist listings-devel + pdflatex -jobname=listings-devel listings.dtx + pdflatex -jobname=listings-devel listings.dtx + rm -rf ltxdoc.cfg -- cgit v1.2.3