summaryrefslogtreecommitdiff
path: root/docs/Makefile.am
blob: e3fa5f65e9153fc932bed77bf14f0b1af39968b2 (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
NULL =

SUBDIRS = reference

SPEC_XML_FILES =		\
	notification-spec.xml	\
	$(NULL)

if DOCBOOK_DOCS_ENABLED

htmldocdir = $(docdir)/spec
htmldoc_DATA = notification-spec.html

notification-spec.html: $(SPEC_XML_FILES)
	$(XMLTO) $(XMLTO_FLAGS) xhtml-nochunks -m $(top_srcdir)/docs/config.xsl notification-spec.xml

endif # DOCBOOK_DOCS_ENABLED


EXTRA_DIST =			\
	ChangeLog		\
	$(SPEC_XML_FILES)	\
	$(NULL)

-include $(top_srcdir)/git.mk