diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/lstbayes/Makefile')
-rw-r--r-- | Master/texmf-dist/doc/latex/lstbayes/Makefile | 6 |
1 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) $< |