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, 0 insertions, 33 deletions
diff --git a/Master/texmf-dist/source/latex/cwpuzzle/Makefile b/Master/texmf-dist/source/latex/cwpuzzle/Makefile
deleted file mode 100644
index eafb1b58dde..00000000000
--- a/Master/texmf-dist/source/latex/cwpuzzle/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-#******************************************************************************
-#* $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
-