[project @ 1996-01-08 20:28:12 by partain]
[ghc-hetmet.git] / ghc / docs / add_to_compiler / Jmakefile
diff --git a/ghc/docs/add_to_compiler/Jmakefile b/ghc/docs/add_to_compiler/Jmakefile
new file mode 100644 (file)
index 0000000..ec85333
--- /dev/null
@@ -0,0 +1,22 @@
+/* this is a standalone Jmakefile; NOT part of ghc "make world" */
+
+DocProcessingSuffixRules()
+
+SRCS_VERB = \
+       paper.verb \
+       state-of-play.verb \
+       overview.verb \
+       overview-fig.verb \
+       front-end.verb \
+       back-end.verb \
+       core-syntax.verb \
+       core-summary-fig.verb \
+       stg-summary-fig.verb \
+       howto-add.verb
+SRCS_TEX = $(SRCS_VERB:.verb=.tex)
+
+docs:: paper.dvi
+
+paper.dvi: $(SRCS_TEX)
+
+ExtraStuffToClean( $(SRCS_TEX) )