summaryrefslogtreecommitdiffstats
path: root/docs/manual/Makefile.am
blob: f464e7a484edc5422eeafc5d359f848d6edac98a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
NULL =
SUFFIXES = .html
ASCIIDOC_FLAGS = -a icons -a toc

EXTRA_DIST =					\
	docbook-xsl.css				\
	images/icons/*.png			\
	images/spicec01.png			\
	manual.html				\
	manual.txt				\
	$(NULL)

.txt.html:
	$(AM_V_GEN) $(ASCIIDOC) $(ASCIIDOC_FLAGS) $<

all-local: manual.html

clean-local:
	rm manual.html