summaryrefslogtreecommitdiff
path: root/ghc/docs/add_to_compiler/Jmakefile
blob: ec85333bc608c52e993edd573845d3d9420c82be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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) )