summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/listings/Makefile
diff options
context:
space:
mode:
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