summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/cweb/examples/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/cweb/examples/Makefile')
-rw-r--r--macros/latex/contrib/cweb/examples/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/macros/latex/contrib/cweb/examples/Makefile b/macros/latex/contrib/cweb/examples/Makefile
new file mode 100644
index 0000000000..e23e3056db
--- /dev/null
+++ b/macros/latex/contrib/cweb/examples/Makefile
@@ -0,0 +1,29 @@
+# $Id: Makefile,v 1.5 1995/11/21 00:42:38 schrod Exp $
+#----------------------------------------------------------------------
+
+
+all:: wcltx.dvi
+
+
+wcltx.dvi: wcltx.tex wcltx.bib ../cweb.cls
+ tex-it latex wcltx
+ rm -f wcltx.blg
+
+wcltx.tex: wcltx.w
+ cweave wcltx
+
+
+ AUX = *.aux *.bbl *.dvi *.idx *.log *.scn *.tex
+
+distrib::
+ decomment-tex /usr/local/lib/texmf/tex/latex/misc/rcs.sty \
+ 'from CTAN, directory macros/tex/latex/contrib/supported/rcs/.' \
+ >rcs.sty
+ cp /usr/local/bin/tex-it .
+ $(MAKE) all
+ mkdir compare
+ mv $(AUX) compare
+
+
+clean::
+ /bin/rm -f $(AUX)