summaryrefslogtreecommitdiff
path: root/next-lib/doc/Makefile
blob: e91ff322cbaea0af11c4ab5d7c8c29911b057de8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.PHONY: abstract synopsis

all: synopsis abstract

index:
	txt2tags -thtml index.txt
synopsis:
	runghc MkSynopsis.hs

categories-imagemap.html: categories.dot
	dot -Tcmapx $^ > $@

abstract:
	gfdoc -txthtml ../src/abstract/*.gf
	mv ../src/abstract/*.html abstract