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/Makefile21
1 files changed, 19 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/listings/Makefile b/Master/texmf-dist/doc/latex/listings/Makefile
index 8f854fd6836..58f10b23946 100644
--- a/Master/texmf-dist/doc/latex/listings/Makefile
+++ b/Master/texmf-dist/doc/latex/listings/Makefile
@@ -2,10 +2,10 @@
#
# This file generates files required to use the listings package.
#
-# $Id: Makefile 171 2014-09-09 18:11:05Z j_hoffmann $
+# $Id$
#
# (c) 2007 Brooks Moses
-# (c) 2013-2014 Jobst Hoffmann
+# (c) 2013-2018 Jobst Hoffmann
#
# This file is distributed under the terms of the LaTeX Project Public
# License from CTAN archives in directory macros/latex/base/lppl.txt.
@@ -30,6 +30,7 @@ EXsvn = --exclude .svn --exclude auto --exclude contrib --exclude requests \
--exclude *.tgz --exclude *.txt
DISTRIBUTION_FILES = ../$(PACKAGE)/$(PACKAGE).pdf \
+ ../$(PACKAGE)/$(PACKAGE)-devel.pdf \
../$(PACKAGE)/$(PACKAGE).dtx \
../$(PACKAGE)/$(PACKAGE).ins \
../$(PACKAGE)/README \
@@ -98,9 +99,15 @@ cobol-tests:
fortran-tests:
cd testing; make fortran
+elisp-tests:
+ cd testing; make elisp
+
gap-tests:
cd testing; make gap
+go-tests:
+ cd testing; make go
+
hansl-tests:
cd testing; make hansl
@@ -110,15 +117,24 @@ llvm-tests:
lua-tests:
cd testing; make lua
+mathematica-tests:
+ cd testing; make mathematica
+
python-tests:
cd testing; make python
scala-tests:
cd testing; make scala
+swift-tests:
+ cd testing; make swift
+
vbscript-tests:
cd testing; make vbscript
+xml-tests:
+ cd testing; make xml
+
tests:
cd testing; make all
@@ -159,6 +175,7 @@ tar-dist: $(PACKAGE_FILES)
-e "s+\[[0-9/]* [a-z0-9\.\-]* listings+[$(DATE) $(VERSION) listings+g" \
lstdrvrs.dtx; \
$(MAKE) listings.pdf; \
+ $(MAKE) listings-devel.pdf; \
$(MAKE) lstdrvrs.pdf; \
tar cfvz $(PACKAGE)-$(VERSION).tgz $(DISTRIBUTION_FILES);