mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-31 22:25:25 -04:00
doc: Fix out-of-tree build and also distcheck
Corrects an issue that would cause out-of-tree builds to fail and also a few items that would cause distcheck to fail. Signed-off-by: Jon A. Cruz <jonc@osg.samsung.com> Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
This commit is contained in:
parent
768724495e
commit
23a57b69ff
2 changed files with 9 additions and 2 deletions
|
|
@ -158,4 +158,9 @@ uninstall-local:
|
|||
endif
|
||||
endif
|
||||
|
||||
EXTRA_DIST = $(publican_sources) $(css_sources) $(img_sources) protocol-to-docbook.xsl protocol-interfaces-to-docbook.xsl doxygen-to-publican.xsl
|
||||
EXTRA_DIST = \
|
||||
$(publican_sources) $(processed_sources) $(css_sources) $(img_sources) \
|
||||
protocol-to-docbook.xsl \
|
||||
protocol-interfaces-to-docbook.xsl \
|
||||
doxygen-to-publican.xsl \
|
||||
merge-mapcoords.xsl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue