summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/cwpuzzle/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/cwpuzzle/Makefile')
-rw-r--r--Master/texmf-dist/source/latex/cwpuzzle/Makefile33
1 files changed, 33 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/cwpuzzle/Makefile b/Master/texmf-dist/source/latex/cwpuzzle/Makefile
new file mode 100644
index 00000000000..eafb1b58dde
--- /dev/null
+++ b/Master/texmf-dist/source/latex/cwpuzzle/Makefile
@@ -0,0 +1,33 @@
+#******************************************************************************
+#* $Id: Makefile,v 1.1 1996/11/25 21:20:35 gerd Exp gerd $
+#******************************************************************************
+#* Author: Gerd Neugebauer
+#*=============================================================================
+
+INSTALLDIR = /usr/local/lib/texmf/tex/latex/cwpuzzle
+
+FILES = cwpuzzle.dtx \
+ cwpuzzle.ins \
+ Makefile
+
+LATEX = latex
+MAKEINDEX = makeindex
+RM = rm -f
+INSTALL = install
+MKDIR = mkdir
+
+#*=============================================================================
+
+all: cwpuzzle.sty cwpuzzle.dvi
+
+cwpuzzle.sty: cwpuzzle.dtx cwpuzzle.ins
+ $(RM) cwpuzzle.cls cwpuzzle.sty
+ $(LATEX) cwpuzzle.ins
+
+cwpuzzle.dvi: cwpuzzle.dtx cwpuzzle.sty
+ $(LATEX) cwpuzzle.dtx
+ $(LATEX) cwpuzzle.dtx
+ $(MAKEINDEX) -s gind.ist cwpuzzle
+ $(MAKEINDEX) -s gglo.ist -o cwpuzzle.gls cwpuzzle.glo
+ $(LATEX) cwpuzzle.dtx
+