5 org.freedesktop.Accounts.ref.xml \
6 org.freedesktop.Accounts.User.ref.xml \
9 if DOCBOOK_DOCS_ENABLED
11 htmldocdir = $(docdir)/spec
12 htmldoc_DATA = AccountsService.html
14 AccountsService.html : $(SPEC_XML_FILES)
15 $(XMLTO) $(XMLTO_FLAGS) xhtml-nochunks -m $(top_srcdir)/doc/dbus/config.xsl AccountsService.xml
17 endif # DOCBOOK_DOCS_ENABLED
19 org.freedesktop.Accounts.ref.xml : $(top_srcdir)/data/org.freedesktop.Accounts.xml spec-to-docbook.xsl
20 $(XSLTPROC) $(top_srcdir)/doc/dbus/spec-to-docbook.xsl $< | tail -n +2 > $@
21 org.freedesktop.Accounts.User.ref.xml : $(top_srcdir)/data/org.freedesktop.Accounts.User.xml spec-to-docbook.xsl
22 $(XSLTPROC) $(top_srcdir)/doc/dbus/spec-to-docbook.xsl $< | tail -n +2 > $@
26 AccountsService.xml.in \
29 dbus-introspect-docs.dtd \
33 MAINTAINERCLEANFILES = \
40 rm -f AccountsService.html
43 xmllint --noout --noent --valid AccountsService.xml