[PATCH wayland 1/5] doc: Only generate Wayland documentation if xsltproc was found
Jonas Ådahl
jadahl at gmail.com
Sat Dec 1 08:33:22 PST 2012
Instead of failing to generate documentation because xsltproc doesn't
exist, don't try to generate at all.
Signed-off-by: Jonas Ådahl <jadahl at gmail.com>
---
doc/Wayland/Makefile.am | 2 ++
1 file changed, 2 insertions(+)
diff --git a/doc/Wayland/Makefile.am b/doc/Wayland/Makefile.am
index 53ad6ee..1d27b1a 100644
--- a/doc/Wayland/Makefile.am
+++ b/doc/Wayland/Makefile.am
@@ -14,6 +14,7 @@ publican_sources = \
$(srcdir)/en_US/images/x-architecture.png
if HAVE_PUBLICAN
+if HAVE_XSLTPROC
noinst_DATA = Wayland $(publican_targets)
pubdir = $(docdir)/Wayland/en-US
@@ -96,5 +97,6 @@ uninstall-local:
fi;
endif
+endif
EXTRA_DIST = $(publican_sources) publican.cfg protocol-to-docbook.xsl protocol-interfaces-to-docbook.xsl doxygen-to-publican.xsl
--
1.7.10.4
More information about the wayland-devel
mailing list