diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/listings-ext/listings-ext.mk')
-rw-r--r-- | Master/texmf-dist/doc/latex/listings-ext/listings-ext.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/listings-ext/listings-ext.mk b/Master/texmf-dist/doc/latex/listings-ext/listings-ext.mk index 3db72b0ce29..e1056ebd9ac 100644 --- a/Master/texmf-dist/doc/latex/listings-ext/listings-ext.mk +++ b/Master/texmf-dist/doc/latex/listings-ext/listings-ext.mk @@ -30,8 +30,8 @@ # - tar-dist: create a gzipped .tar-file containing # version information # -# Author: Jobst Hoffmann, Fachhochschule Aachen, Standort Juelich -# $Date: 2010-05-18 16:23:40 +0200 (Di, 18 Mai 2010) $ +# Author: Jobst Hoffmann, Fachhochschule Aachen, Campus Juelich +# $Date: 2010-06-29 18:38:12 +0200 (Di, 29 Jun 2010) $ #----------------------------------------------------------------------- # The texmf-directory, where to install new stuff (see texmf.cnf) @@ -118,13 +118,13 @@ DISTRIBUTION_FILES = $(PACKAGE).pdf $(PACKAGE).dtx \ ## Main Targets -all: $(PACKAGE).dvi - # strip off the comments from the package $(PACKAGE).sty $(PACKAGE)-test-*.tex: $(PACKAGE).ins $(PACKAGE).dtx +$(LATEX) $<; \ sh $(PACKAGE).makemake +all: $(PACKAGE).dvi + # generate the documentation $(PACKAGE).dvi: $(PACKAGE).dtx $(PACKAGE).sty +rm -f *.ind *.gls |