diff options
author | Karl Berry <karl@freefriends.org> | 2012-03-10 23:34:45 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-03-10 23:34:45 +0000 |
commit | 23bc2839e583571da662eee773fad32e73c06e92 (patch) | |
tree | e18c848606498f13fdb95401de4f060fa0d0ba42 /Master/texmf-dist/doc/latex/bashful/Makefile | |
parent | 82e25e064ddf4debd7223a07bcd6312fbbb23333 (diff) |
bashful 0.93 (10mar12)
git-svn-id: svn://tug.org/texlive/trunk@25597 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/bashful/Makefile')
-rw-r--r-- | Master/texmf-dist/doc/latex/bashful/Makefile | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/bashful/Makefile b/Master/texmf-dist/doc/latex/bashful/Makefile index 1cf8a1d9cb2..aa090be88d9 100644 --- a/Master/texmf-dist/doc/latex/bashful/Makefile +++ b/Master/texmf-dist/doc/latex/bashful/Makefile @@ -1,16 +1,26 @@ PACKAGE=bashful +ARTICLE=00 SOURCES=${PACKAGE}.tex ${PACKAGE}.sty Makefile README ${PACKAGE}.pdf: ${SOURCES} pdflatex -shell-esc ${PACKAGE}.tex pdflatex -shell-esc ${PACKAGE}.tex +${ARTICLE}.pdf: ${ARTICLE}.tex + xelatex -shell-esc ${ARTICLE}.tex + xelatex -shell-esc ${ARTICLE}.tex + wrap: ${PACKAGE}.zip -${PACKAGE}.zip: ${PACKAGE}.pdf $(SOURCES) +${PACKAGE}.zip: ${PACKAGE}.pdf $(SOURCES) ${ARTICLE}.tex ${ARTICLE}.pdf + zip $@ $? + +${ARTICLE}.zip: *.sty *.tex *.sh *.stderr *.stdout error.* zip $@ $? clean: rm -rf [dD]elme* *.aux *.sh *.osh *.toc *~ *.log *.out *.dvi *.lsh *.stderr \ - *.stdout *.toc *.c minimal* date bashful.date *.exitCode condition.* \ - temperature.* _00 _bashful + *.stdout *.toc *.c minimal.* error.* date bashful.date *.exitCode \ + condition.* temperature.* _00 _bashful bashful.pdf *.pdf *.backup *.ps \ + begins.tex examining.tex good.* morning.* evening.* *.lst init.tex \ + lines.tex weather.tex words.tex ls.* _rev.tex |