summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/lstbayes
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-12-23 23:27:22 +0000
committerKarl Berry <karl@freefriends.org>2015-12-23 23:27:22 +0000
commitb361149a3534bd565a40b031860524b7d7e56c76 (patch)
treef3137340cd73cec212483df495758b58c782d16a /Master/texmf-dist/doc/latex/lstbayes
parent53a34296314014018558fa13b87dfd6f38c42323 (diff)
lstbayes (23dec15)
git-svn-id: svn://tug.org/texlive/trunk@39183 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/lstbayes')
-rw-r--r--Master/texmf-dist/doc/latex/lstbayes/Makefile6
-rw-r--r--Master/texmf-dist/doc/latex/lstbayes/examples.pdfbin141285 -> 139905 bytes
-rw-r--r--Master/texmf-dist/doc/latex/lstbayes/lstbayes.pdfbin132474 -> 134075 bytes
3 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/lstbayes/Makefile b/Master/texmf-dist/doc/latex/lstbayes/Makefile
index fd92ddab4e4..19e03455325 100644
--- a/Master/texmf-dist/doc/latex/lstbayes/Makefile
+++ b/Master/texmf-dist/doc/latex/lstbayes/Makefile
@@ -18,13 +18,13 @@ release: build pdf README.md
-rm lstbayes.zip
if [ -d lstbayes ]; then rm -rf ./lstbayes; fi
mkdir lstbayes
- cp *.pdf *.ins *.dtx *.tex README.md Makefile lstbayes
+ cp lstbayes.pdf lstbayes.ins lstbayes.dtx examples.tex examples.pdf README.md Makefile lstbayes
zip -r lstbayes.zip lstbayes
pdf: lstbayes.pdf examples.pdf
-lstbayes.dtx: lstbayes.dtx.mustache
- $(PYTHON) lstbayes.py $< > $@
+lstbayes.dtx: lstbayes_template.dtx lstbayes.py
+ $(PYTHON) lstbayes.py $(pkgversion)
lstbayes.sty: lstbayes.ins lstbayes.dtx
$(TEX) $<
diff --git a/Master/texmf-dist/doc/latex/lstbayes/examples.pdf b/Master/texmf-dist/doc/latex/lstbayes/examples.pdf
index 2d18ac1f480..54840b8f2e7 100644
--- a/Master/texmf-dist/doc/latex/lstbayes/examples.pdf
+++ b/Master/texmf-dist/doc/latex/lstbayes/examples.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/lstbayes/lstbayes.pdf b/Master/texmf-dist/doc/latex/lstbayes/lstbayes.pdf
index edcdd0195e3..435583d33eb 100644
--- a/Master/texmf-dist/doc/latex/lstbayes/lstbayes.pdf
+++ b/Master/texmf-dist/doc/latex/lstbayes/lstbayes.pdf
Binary files differ