libnotify/docs/Makefile.am

26 lines
437 B
Makefile
Raw Normal View History

2010-01-31 15:30:54 -06:00
NULL =
2006-06-06 02:14:42 -05:00
SUBDIRS = reference
2010-01-31 15:30:54 -06:00
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)
2010-01-31 12:13:59 -06:00
-include $(top_srcdir)/git.mk