aboutsummaryrefslogtreecommitdiff
blob: ad60dc118623f3178c7103e4d88724ad80f28170 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
doc_files = developer-guide user-guide release-guide

noinst_DATA = $(foreach f, $(doc_files), $(f).txt)

html: $(foreach f, $(doc_files), $(f).html )

%.html : %.txt
	@RST2HTML@ < $? > $@

CLEANFILES = $(foreach f, $(doc_files), $(f).html)
MAINTAINERCLEANFILES = Makefile.in
EXTRA_DIST = default.css $(noinst_DATA)