summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/listings
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-09-07 21:02:21 +0000
committerKarl Berry <karl@freefriends.org>2014-09-07 21:02:21 +0000
commitaa82b39fdf2a2273eea8f0f990ebf8c51cbc7d19 (patch)
treeb05c6021356f1d21250fb08224b9d04a7e50bad5 /Master/texmf-dist/doc/latex/listings
parentff0be2556ec1f7fbde7f75caeed672f326246d37 (diff)
listings
git-svn-id: svn://tug.org/texlive/trunk@35124 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/listings')
-rw-r--r--Master/texmf-dist/doc/latex/listings/Makefile12
-rw-r--r--Master/texmf-dist/doc/latex/listings/listings.pdfbin717262 -> 717861 bytes
-rw-r--r--Master/texmf-dist/doc/latex/listings/lstdrvrs.pdfbin491024 -> 495406 bytes
3 files changed, 11 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/listings/Makefile b/Master/texmf-dist/doc/latex/listings/Makefile
index d8f94375e53..088bd8e1b60 100644
--- a/Master/texmf-dist/doc/latex/listings/Makefile
+++ b/Master/texmf-dist/doc/latex/listings/Makefile
@@ -2,7 +2,7 @@
#
# This file generates files required to use the listings package.
#
-# $Id: Makefile 127 2014-03-04 19:54:08Z j_hoffmann $
+# $Id: Makefile 152 2014-09-06 17:28:15Z j_hoffmann $
#
# (c) 2007 Brooks Moses
# (c) 2013 Jobst Hoffmann
@@ -78,6 +78,9 @@ lstdrvrs.pdf: lstdrvrs.dtx
acm-tests:
cd testing; make acm
+bash-tests:
+ cd testing; make bash
+
fortran-tests:
cd testing; make fortran
@@ -139,6 +142,9 @@ tar-dist: $(DISTRIBUTION_FILES)
$(MAKE) lstdrvrs.pdf; \
tar cfvz $(PACKAGE)-$(VERSION).tgz $^;
+release:
+ @echo "not implemented yet"
+
## Documentation target
help::
$(info Usage:)
@@ -167,6 +173,10 @@ help::
$(info make tar-dist)
$(info $(empty) generates a distributable version of the listings)
$(info $(empty) package)
+ $(info )
+ $(info make release)
+ $(info $(empty) creates a new tagged version of the package based on)
+ $(info $(empty) the contents of listings.version and announcement.txt)
@echo "" # prevents message "nothing to do ..."
### Makefile ends here ---
diff --git a/Master/texmf-dist/doc/latex/listings/listings.pdf b/Master/texmf-dist/doc/latex/listings/listings.pdf
index 6e654c8ff61..4f6e2cb426d 100644
--- a/Master/texmf-dist/doc/latex/listings/listings.pdf
+++ b/Master/texmf-dist/doc/latex/listings/listings.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/listings/lstdrvrs.pdf b/Master/texmf-dist/doc/latex/listings/lstdrvrs.pdf
index d246049cd3d..5fdaed4528c 100644
--- a/Master/texmf-dist/doc/latex/listings/lstdrvrs.pdf
+++ b/Master/texmf-dist/doc/latex/listings/lstdrvrs.pdf
Binary files differ