summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/ginpenc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-12-30 23:02:53 +0000
committerKarl Berry <karl@freefriends.org>2011-12-30 23:02:53 +0000
commit4eb2005bcea4ac42153a361325026f07fb9db916 (patch)
tree21a6029e973ff7f1c15adf4b860b1c54ff7b5b71 /Master/texmf-dist/doc/latex/ginpenc
parent0d444480760e7a183ef4b497ecce49e7d6abedf0 (diff)
ginpenc (30dec11)
git-svn-id: svn://tug.org/texlive/trunk@24980 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/ginpenc')
-rw-r--r--Master/texmf-dist/doc/latex/ginpenc/ChangeLog5
-rw-r--r--Master/texmf-dist/doc/latex/ginpenc/Makefile75
-rw-r--r--Master/texmf-dist/doc/latex/ginpenc/README9
-rw-r--r--Master/texmf-dist/doc/latex/ginpenc/ginpenc.pdfbin92033 -> 197770 bytes
4 files changed, 83 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/ginpenc/ChangeLog b/Master/texmf-dist/doc/latex/ginpenc/ChangeLog
new file mode 100644
index 00000000000..45cd76c7755
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/ginpenc/ChangeLog
@@ -0,0 +1,5 @@
+2011/12/29 1.01 Harald Harders (harald.harders@gmx.de)
+ - Write version and date explicitely into sty and gie files
+
+2003/09/29 1.00 Harald Harders (harald.harders@gmx.de)
+ - First official version
diff --git a/Master/texmf-dist/doc/latex/ginpenc/Makefile b/Master/texmf-dist/doc/latex/ginpenc/Makefile
new file mode 100644
index 00000000000..339acb4bddc
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/ginpenc/Makefile
@@ -0,0 +1,75 @@
+
+SRCDIR=ginpenc
+INSTALLDIR=`kpsewhich --expand-path='$$TEXMFLOCAL'`/tex/latex/ginpenc
+DOCDIR=`kpsewhich --expand-path='$$TEXMFLOCAL'`/doc/latex/ginpenc
+VERSION=`latex getversion | grep '^VERSION' | sed 's/^VERSION \\(.*\\)\\.\\(.*\\)/\\1_\\2/'`
+
+.SUFFIXES: .sty .ins .dtx .pdf .ps
+
+.ins.sty:
+ pdflatex $<
+
+.dtx.pdf:
+ pdflatex $<
+ pdflatex $<
+ makeindex -s gind.ist $(*D)/$(*F)
+ makeindex -s gglo.ist -o $(*D)/$(*F).gls $(*D)/$(*F).glo
+ pdflatex $<
+
+
+all: ginpenc ginpenc.pdf ausgabe
+
+
+ginpenc: ginpenc.sty
+
+ginpenc.sty: ginpenc.dtx ginpenc.ins
+
+
+
+clean:
+ @-rm -f ginpenc.{glo,gls,idx,ilg,ind,aux,log,toc}
+ @-rm -f testginpenc.{log,aux}
+ @-rm -f *~ *.aux *.idx *.log
+
+distclean: clean
+ @-rm -f ginpenc.{pdf,ps,sty}
+ @-rm -f testginpenc.{pdf,ps}
+ @-rm -f testginpenc.pdf
+ @-rm -f *.gie
+
+
+tar: all clean
+ echo Lege ginpenc-$(VERSION).tar.gz an
+ -rm -f ginpenc-$(VERSION).tar.gz
+ tar czCf .. ginpenc-$(VERSION).tar.gz \
+ $(SRCDIR)/Makefile \
+ $(SRCDIR)/README \
+ $(SRCDIR)/ChangeLog \
+ $(SRCDIR)/ginpenc.dtx \
+ $(SRCDIR)/ginpenc.pdf \
+ $(SRCDIR)/ginpenc.ins \
+ $(SRCDIR)/ginpenc.xml \
+ $(SRCDIR)/news-message.txt \
+ $(SRCDIR)/testginpenc.tex
+
+zip: all
+ mkdirhier tex/latex/ginpenc
+ mkdirhier doc/latex/ginpenc
+ mkdirhier source/latex/ginpenc
+ cp ginpenc.sty *.gie tex/latex/ginpenc/
+ cp ginpenc.pdf testginpenc.tex news-message.txt README doc/latex/ginpenc/
+ cp ginpenc.ins ginpenc.dtx Makefile source/latex/ginpenc/
+ @rm -f ginpenc-$(VERSION).zip
+ zip -r ginpenc-$(VERSION) tex doc source
+ rm -rf tex doc source
+
+install: all
+ if [ ! -d $(INSTALLDIR) ]; then mkdirhier $(INSTALLDIR); fi
+ install -m644 ginpenc.sty *.gie $(INSTALLDIR)
+ texhash
+
+ausgabe:
+ @echo "Please copy ginpenc.sty to a directory"
+ @echo "in the LaTeX search path"
+
+
diff --git a/Master/texmf-dist/doc/latex/ginpenc/README b/Master/texmf-dist/doc/latex/ginpenc/README
index b472aa2ebfb..d90b721c240 100644
--- a/Master/texmf-dist/doc/latex/ginpenc/README
+++ b/Master/texmf-dist/doc/latex/ginpenc/README
@@ -29,10 +29,7 @@ by hand: - execute latex on ginpenc.ins
- run texhash or the corresponding command of your distribution
-ChangeLog:
-- 1.00 2003/09/29 First official version
-
-
-2003-09-29
+2011-12-29
Harald Harders
-h.harders@tu-bs.de
+harald.harders@gmx.de
+
diff --git a/Master/texmf-dist/doc/latex/ginpenc/ginpenc.pdf b/Master/texmf-dist/doc/latex/ginpenc/ginpenc.pdf
index b9bba9b7505..89df99798c5 100644
--- a/Master/texmf-dist/doc/latex/ginpenc/ginpenc.pdf
+++ b/Master/texmf-dist/doc/latex/ginpenc/ginpenc.pdf
Binary files differ