summaryrefslogtreecommitdiff
path: root/docs/Makefile.am
blob: c3d380056e5b0a86ad7051c44bb73202797c5585 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
SUBDIRS = reference

IMAGE_FILES =				\
	ohm-logo.png			\
	ohm-logo.svg			\
	ohm-logo-small.png		\
	ohm-dbus-access.png		\
	ohm-dbus-access.svg		\
	ohm-structure.png		\
	ohm-structure.svg		\
	ohm-sessions.png		\
	ohm-sessions.svg

SPEC_XML_FILES =			\
	index.xml			\
	introduction.xml		\
	plugins.xml			\
	faq.xml				\
	dbus-interface.xml

SPEC_HTML_FILES =			\
	index.html

htmldocdir = $(docdir)
htmldoc_DATA = index.html

if DOCBOOK_DOCS_ENABLED

index.html : introduction.xml
	$(XMLTO) html-nochunks -m config.xsl index.xml
endif # DOCBOOK_DOCS_ENABLED

clean-local:
	rm -f *~
	rm -f *.html

EXTRA_DIST = 				\
	index.xml.in			\
	config.xsl			\
	docbook.css			\
	$(SPEC_XML_FILES)		\
	$(IMAGE_FILES)			\
	$(SPEC_HTML_FILES)