diff options
author | Karl Berry <karl@freefriends.org> | 2009-09-15 00:43:32 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-09-15 00:43:32 +0000 |
commit | 837b282273b9bf339577c772249ed79fe64f43f5 (patch) | |
tree | f0ea27acf6b2c6f05d9ac00c54f1d2c3f5545f36 /Master/texmf-dist/source/latex/crossword/Makefile | |
parent | 9b5c0be75f6856d930bda2f309319b167a6ea2fb (diff) |
crossword 1,8 (13sep09)
git-svn-id: svn://tug.org/texlive/trunk@15288 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/crossword/Makefile')
-rw-r--r-- | Master/texmf-dist/source/latex/crossword/Makefile | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/latex/crossword/Makefile b/Master/texmf-dist/source/latex/crossword/Makefile index b1372e38a2a..e674b29df73 100644 --- a/Master/texmf-dist/source/latex/crossword/Makefile +++ b/Master/texmf-dist/source/latex/crossword/Makefile @@ -1,5 +1,5 @@ #****************************************************************************** -#* $Id: Makefile,v 1.5 2006/08/11 19:15:05 gene Exp $ +#* $Id: Makefile,v 1.9 2009/09/13 08:37:19 gene Exp gene $ #****************************************************************************** #* Author: Gerd Neugebauer #*============================================================================= @@ -24,7 +24,7 @@ all: cwpuzzle.sty cwpuzzle.pdf cwpuzzle.sty sty: cwpuzzle.dtx cwpuzzle.ins $(RM) cwpuzzle.cls cwpuzzle.sty - $(LATEX) cwpuzzle.ins + $(PDFLATEX) cwpuzzle.ins cwpuzzle.dvi dvi: cwpuzzle.dtx cwpuzzle.sty $(LATEX) cwpuzzle.dtx @@ -33,10 +33,24 @@ cwpuzzle.dvi dvi: cwpuzzle.dtx cwpuzzle.sty $(MAKEINDEX) -s gglo.ist -o cwpuzzle.gls cwpuzzle.glo $(LATEX) cwpuzzle.dtx -cwpuzzle.pdf pdf: cwpuzzle.dtx cwpuzzle.sty +cwpuzzle.pdf pdf: cwpuzzle.dtx cwpuzzle.sty cwpuzzle.gls $(PDFLATEX) cwpuzzle.dtx $(PDFLATEX) cwpuzzle.dtx $(MAKEINDEX) -s gind.ist cwpuzzle $(MAKEINDEX) -s gglo.ist -o cwpuzzle.gls cwpuzzle.glo $(PDFLATEX) cwpuzzle.dtx +cwpuzzle.gls: + +zip dist: ${FILES} cwpuzzle.pdf + zip cwpuzzle-`awk '/^\\\\xdef\\\\fileversion/{print $$2}' cwpuzzle.dtx`.zip \ + ${FILES} cwpuzzle.pdf + +clean: + $(RM) cwpuzzle.log cwpuzzle.aux cwpuzzle.glo cwpuzzle.gls \ + cwpuzzle.idx cwpuzzle.ilg cwpuzzle.ind cwpuzzle.toc + +veryclean: clean + $(RM) cwpuzzle.cls cwpuzzle.sty cwpuzzle.dvi cwpuzzle.pdf + +# |