summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/listings/Makefile
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-03-05 23:15:14 +0000
committerKarl Berry <karl@freefriends.org>2014-03-05 23:15:14 +0000
commita76615cfbba78d118357323397a4a7a9e561e2f5 (patch)
tree423b2750892ec7eed161225110173053266c1e17 /Master/texmf-dist/doc/latex/listings/Makefile
parent664daebd9dd9c71968f4540b112d68dfe28dd367 (diff)
listings (5mar14)
git-svn-id: svn://tug.org/texlive/trunk@33095 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/listings/Makefile')
-rw-r--r--Master/texmf-dist/doc/latex/listings/Makefile11
1 files changed, 10 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/listings/Makefile b/Master/texmf-dist/doc/latex/listings/Makefile
index 37805082dec..d8f94375e53 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 80 2013-08-05 17:46:11Z j_hoffmann $
+# $Id: Makefile 127 2014-03-04 19:54:08Z j_hoffmann $
#
# (c) 2007 Brooks Moses
# (c) 2013 Jobst Hoffmann
@@ -75,18 +75,27 @@ lstdrvrs.pdf: lstdrvrs.dtx
$(LATEX) ${<:.sty=.dtx}
## Testing targets
+acm-tests:
+ cd testing; make acm
+
fortran-tests:
cd testing; make fortran
gap-tests:
cd testing; make gap
+hansl-tests:
+ cd testing; make hansl
+
llvm-tests:
cd testing; make llvm
lua-tests:
cd testing; make lua
+vbscript-tests:
+ cd testing; make vbscript
+
tests:
cd testing; make all