From 2cf86d217bbb766ae5bf990619550075fc771778 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 13 Jun 2010 21:47:24 +0000 Subject: contour non-update git-svn-id: svn://tug.org/texlive/trunk@18950 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/contour/Makefile | 83 +++++++++++++++++++++ .../texmf-dist/doc/latex/contour/contourtest.pdf | Bin 17470 -> 0 bytes 2 files changed, 83 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/contour/Makefile delete mode 100644 Master/texmf-dist/doc/latex/contour/contourtest.pdf (limited to 'Master/texmf-dist/doc/latex/contour') diff --git a/Master/texmf-dist/doc/latex/contour/Makefile b/Master/texmf-dist/doc/latex/contour/Makefile new file mode 100644 index 00000000000..6a8cdcda829 --- /dev/null +++ b/Master/texmf-dist/doc/latex/contour/Makefile @@ -0,0 +1,83 @@ + +SRCDIR=contour +INSTALLDIR=`kpsewhich --expand-path='$$TEXMFLOCAL'`/tex/latex/contour +DOCDIR=`kpsewhich --expand-path='$$TEXMFLOCAL'`/doc/latex/contour +VERSION=`grep '^%<.*> *\\[' contour.dtx | sed 's/^%<.*> *\\[[0-9/]* *\\(v[0-9]*\\)\\.\\([0-9]*\\).*/\\1_\\2/'` + +.SUFFIXES: .sty .ins .dtx .dvi .ps .pdf + +.ins.sty: + latex $< + +.dtx.pdf: + pdflatex $< + pdflatex $< + makeindex -s gind.ist $(*D)/$(*F) + makeindex -s gglo.ist -o $(*D)/$(*F).gls $(*D)/$(*F).glo + pdflatex $< + +.dvi.ps: + dvips -o $(*D)/$(*F).ps $(*D)/$(*F) + + +all: contour contour.pdf + + +contour: contour.sty + + +clean: + @-rm -f contour.glo contour.gls contour.idx contour.ilg + @-rm -f contour.ind contour.aux contour.log contour.toc + @-rm -f *~ + +distclean: clean + @-rm -f contour.sty contour.pdf dvips.cnt dvipsone.cnt pdftex.cnt vtex.cnt contour.cfg + +tar: all clean + @echo Lege contour-$(VERSION).tar.gz an + -@rm -f contour-$(VERSION).tar.gz + @tar czCf .. contour-$(VERSION).tar.gz \ + $(SRCDIR)/README \ + $(SRCDIR)/ChangeLog \ + $(SRCDIR)/Makefile \ + $(SRCDIR)/contour.dtx \ + $(SRCDIR)/contour.ins \ + $(SRCDIR)/contour.pdf \ + $(SRCDIR)/contour.xml \ + $(SRCDIR)/contourtest.tex + +zip: all clean + -@rm -f contour-$(VERSION).zip + mkdirhier tex/latex/contour + mkdirhier doc/latex/contour + mkdirhier source/latex/contour + mv contour.sty dvips.cnt dvipsone.cnt pdftex.cnt vtex.cnt contour.cfg tex/latex/contour + cp contour.dtx contour.ins contour.xml source/latex/contour + cp Makefile source/latex/contour + cp README contour.pdf ChangeLog contourtest.tex doc/latex/contour + zip -r contour-$(VERSION).zip tex doc source + rm -r tex/ doc/ source/ + +texlive: all clean + rm -rf texmf + mkdir -p texmf/tex/latex/contour + mkdir -p texmf/doc/latex/contour + mkdir -p texmf/source/latex/contour + cp contour.sty dvips.cnt dvipsone.cnt pdftex.cnt vtex.cnt contour.cfg texmf/tex/latex/contour + cp contour.dtx contour.ins contour.xml texmf/source/latex/contour + cp Makefile texmf/source/latex/contour + cp README ChangeLog texmf/doc/latex/contour + cp contour.pdf contourtest.tex texmf/doc/latex/contour + +install: all + if [ ! -d $(INSTALLDIR) ]; then mkdirhier $(INSTALLDIR); fi + if [ ! -d $(DOCDIR) ]; then mkdirhier $(DOCDIR); fi + install -m644 contour.sty pdftex.cnt dvips.cnt dvipsone.cnt vtex.cnt contour.cfg $(INSTALLDIR) + install -m644 contour.pdf contourtest.tex README ChangeLog $(DOCDIR) + texhash + +contour.sty: contour.ins contour.dtx + +version: + @echo $(VERSION) \ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/contour/contourtest.pdf b/Master/texmf-dist/doc/latex/contour/contourtest.pdf deleted file mode 100644 index aaae1a94155..00000000000 Binary files a/Master/texmf-dist/doc/latex/contour/contourtest.pdf and /dev/null differ -- cgit v1.2.3