[project @ 1996-01-08 20:28:12 by partain]
[ghc-hetmet.git] / ghc / docs / add_to_compiler / Jmakefile
1 /* this is a standalone Jmakefile; NOT part of ghc "make world" */
2
3 DocProcessingSuffixRules()
4
5 SRCS_VERB = \
6         paper.verb \
7         state-of-play.verb \
8         overview.verb \
9         overview-fig.verb \
10         front-end.verb \
11         back-end.verb \
12         core-syntax.verb \
13         core-summary-fig.verb \
14         stg-summary-fig.verb \
15         howto-add.verb
16 SRCS_TEX = $(SRCS_VERB:.verb=.tex)
17
18 docs:: paper.dvi
19
20 paper.dvi: $(SRCS_TEX)
21
22 ExtraStuffToClean( $(SRCS_TEX) )