libnotify/docs/Makefile.am

27 lines
433 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 = \
config.xsl \
2010-01-31 15:30:54 -06:00
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 config.xsl notification-spec.xml
2010-01-31 15:30:54 -06:00
endif # DOCBOOK_DOCS_ENABLED
EXTRA_DIST = \
ChangeLog \
$(SPEC_XML_FILES) \
$(NULL)
2010-01-31 12:13:59 -06:00
-include $(top_srcdir)/git.mk