summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/listings-ext/listings-ext.mk
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-05-19 00:22:04 +0000
committerKarl Berry <karl@freefriends.org>2010-05-19 00:22:04 +0000
commiteb07d6a8223898ec3dc5a8eecf34a474d5d848a9 (patch)
treebb8e2b82e23e8c30a9dc686cfa7ae58b26221cec /Master/texmf-dist/doc/latex/listings-ext/listings-ext.mk
parentbe5a4c024b0705f0eb9ca28fd902cbcf6a9c31ae (diff)
listings-ext v58 (18may10)
git-svn-id: svn://tug.org/texlive/trunk@18344 c570f23f-e606-0410-a88d-b1316a301751
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.mk8
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 cfd00073499..3db72b0ce29 100644
--- a/Master/texmf-dist/doc/latex/listings-ext/listings-ext.mk
+++ b/Master/texmf-dist/doc/latex/listings-ext/listings-ext.mk
@@ -31,7 +31,7 @@
# version information
#
# Author: Jobst Hoffmann, Fachhochschule Aachen, Standort Juelich
-# $Date: 2009-08-31 20:30:48 +0200 (Mo, 31 Aug 2009) $
+# $Date: 2010-05-18 16:23:40 +0200 (Di, 18 Mai 2010) $
#-----------------------------------------------------------------------
# The texmf-directory, where to install new stuff (see texmf.cnf)
@@ -57,7 +57,7 @@ TEXHASH=texhash
# change this to the directory which contains the graphic files
GRAPHICPATH=.
-######### Edit following only, if you want to change defaults!
+######### Edit the following only, if you want to change defaults!
# The directory, where to install *.cls and *.sty
CLSDIR=$(INSTALLTEXMF)/tex/latex/jhf/$(PACKAGE)
@@ -178,12 +178,12 @@ examples:
rm $$f.dvi $$f.ps; \
done
-install: $(PACKAGE).dtx $(PACKAGE).dvi
+install: $(PACKAGE).dtx $(PACKAGE).pdf
[ -d $(CLSDIR) ] || mkdir -p $(CLSDIR)
[ -d $(DOCDIR) ] || mkdir -p $(DOCDIR)
[ -d $(SRCDIR) ] || mkdir -p $(SRCDIR)
cp $(PACKAGE).sty $(CLSDIR)
- cp $(PACKAGE).dvi $(DOCDIR)
+ cp $(PACKAGE).pdf $(DOCDIR)
cp $(PACKAGE).ins $(SRCDIR)
cp $(PACKAGE).dtx $(SRCDIR)
cp $(PACKAGE)_{exmpl,test}_* $(SRCDIR)