From a1bedfa65eb77373e1afaef2354fa94fc2a565ac Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Sat, 26 Jan 2019 10:31:31 +0100 Subject: docs: Fix spec build Correct DTD and add config.xsl to EXTRA_DIST --- docs/Makefile.am | 3 ++- docs/notification-spec.xml | 2 +- docs/releases/notification-spec-0.3.xml | 2 +- docs/releases/notification-spec-0.4.xml | 2 +- docs/releases/notification-spec-0.6.xml | 2 +- docs/releases/notification-spec-0.7.xml | 2 +- docs/releases/notification-spec-0.9.xml | 2 +- docs/releases/notification-spec-1.0.xml | 2 +- 8 files changed, 9 insertions(+), 8 deletions(-) diff --git a/docs/Makefile.am b/docs/Makefile.am index e3fa5f6..21c7f90 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -3,6 +3,7 @@ NULL = SUBDIRS = reference SPEC_XML_FILES = \ + config.xsl \ notification-spec.xml \ $(NULL) @@ -12,7 +13,7 @@ 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 + $(XMLTO) $(XMLTO_FLAGS) xhtml-nochunks -m config.xsl notification-spec.xml endif # DOCBOOK_DOCS_ENABLED diff --git a/docs/notification-spec.xml b/docs/notification-spec.xml index fa1da0b..5f66077 100644 --- a/docs/notification-spec.xml +++ b/docs/notification-spec.xml @@ -1,5 +1,5 @@ - +
Desktop Notifications Specification diff --git a/docs/releases/notification-spec-0.3.xml b/docs/releases/notification-spec-0.3.xml index ee57259..014813b 100644 --- a/docs/releases/notification-spec-0.3.xml +++ b/docs/releases/notification-spec-0.3.xml @@ -1,6 +1,6 @@ -
diff --git a/docs/releases/notification-spec-0.4.xml b/docs/releases/notification-spec-0.4.xml index ffa63ab..b34f350 100644 --- a/docs/releases/notification-spec-0.4.xml +++ b/docs/releases/notification-spec-0.4.xml @@ -1,6 +1,6 @@ -
diff --git a/docs/releases/notification-spec-0.6.xml b/docs/releases/notification-spec-0.6.xml index 484a212..63009d8 100644 --- a/docs/releases/notification-spec-0.6.xml +++ b/docs/releases/notification-spec-0.6.xml @@ -1,6 +1,6 @@ -
diff --git a/docs/releases/notification-spec-0.7.xml b/docs/releases/notification-spec-0.7.xml index ab92488..9a64430 100644 --- a/docs/releases/notification-spec-0.7.xml +++ b/docs/releases/notification-spec-0.7.xml @@ -1,6 +1,6 @@ -
diff --git a/docs/releases/notification-spec-0.9.xml b/docs/releases/notification-spec-0.9.xml index 71cf833..4ce3678 100644 --- a/docs/releases/notification-spec-0.9.xml +++ b/docs/releases/notification-spec-0.9.xml @@ -1,5 +1,5 @@ - +
Desktop Notifications Specification diff --git a/docs/releases/notification-spec-1.0.xml b/docs/releases/notification-spec-1.0.xml index 02e08e2..7b50fc3 100644 --- a/docs/releases/notification-spec-1.0.xml +++ b/docs/releases/notification-spec-1.0.xml @@ -1,5 +1,5 @@ - +
Desktop Notifications Specification -- cgit v1.2.1