diff options
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/lstbayes/Makefile | 6 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/lstbayes/examples.pdf | bin | 141285 -> 139905 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/lstbayes/lstbayes.pdf | bin | 132474 -> 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 Binary files differindex 2d18ac1f480..54840b8f2e7 100644 --- a/Master/texmf-dist/doc/latex/lstbayes/examples.pdf +++ b/Master/texmf-dist/doc/latex/lstbayes/examples.pdf diff --git a/Master/texmf-dist/doc/latex/lstbayes/lstbayes.pdf b/Master/texmf-dist/doc/latex/lstbayes/lstbayes.pdf Binary files differindex edcdd0195e3..435583d33eb 100644 --- a/Master/texmf-dist/doc/latex/lstbayes/lstbayes.pdf +++ b/Master/texmf-dist/doc/latex/lstbayes/lstbayes.pdf |