mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-02 09:01:39 -05:00
doc: Only generate Wayland documentation if xsltproc was found
Instead of failing to generate documentation because xsltproc doesn't exist, don't try to generate at all. Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
This commit is contained in:
parent
64e3784298
commit
61387cac3d
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue