diff options
Diffstat (limited to 'docs/Makefile.am')
-rw-r--r-- | docs/Makefile.am | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am deleted file mode 100644 index 21c7f90..0000000 --- a/docs/Makefile.am +++ /dev/null @@ -1,26 +0,0 @@ -NULL = - -SUBDIRS = reference - -SPEC_XML_FILES = \ - config.xsl \ - 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 - -endif # DOCBOOK_DOCS_ENABLED - - -EXTRA_DIST = \ - ChangeLog \ - $(SPEC_XML_FILES) \ - $(NULL) - --include $(top_srcdir)/git.mk |