summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/listings/Makefile
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-07-11 23:22:08 +0000
committerKarl Berry <karl@freefriends.org>2013-07-11 23:22:08 +0000
commitdac20b845caec4572d30925f364d494e257f0e43 (patch)
treef82615b5b08a2f18fc4d6fc6ce9ae8a319f3b9fe /Master/texmf-dist/source/latex/listings/Makefile
parent2a8f95100cbc46b8462f7f4f8a665edd9faa6ce3 (diff)
listings (11jul13)
git-svn-id: svn://tug.org/texlive/trunk@31161 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/listings/Makefile')
-rw-r--r--Master/texmf-dist/source/latex/listings/Makefile37
1 files changed, 0 insertions, 37 deletions
diff --git a/Master/texmf-dist/source/latex/listings/Makefile b/Master/texmf-dist/source/latex/listings/Makefile
deleted file mode 100644
index 9ecf8b6f552..00000000000
--- a/Master/texmf-dist/source/latex/listings/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# 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