mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-02 09:01:39 -05:00
doc: Fix out-of-source build so distcheck works again
The amount of generated files and hacks over hacks in the doc/ directory is getting out of hand and we need a better solution. For now, just get distcheck back to working.
This commit is contained in:
parent
173e160632
commit
edb0a1bef5
1 changed files with 7 additions and 7 deletions
|
|
@ -37,13 +37,13 @@ en-US/ProtocolInterfaces.xml: $(top_srcdir)/protocol/wayland.xml $(srcdir)/proto
|
|||
# the output methods.
|
||||
en-US/WaylandClientAPI.xml: $(top_builddir)/doc/doxygen/xml/index.xml $(srcdir)/doxygen-to-publican.xsl
|
||||
$(AM_V_GEN)$(MKDIR_P) en-US/images
|
||||
$(AM_V_GEN)mv $(top_srcdir)/doc/doxygen/xml/wayland-client_8h.xml \
|
||||
$(top_srcdir)/doc/doxygen/
|
||||
$(AM_V_GEN)$(XSLTPROC) $(top_srcdir)/doc/doxygen/xml/combine.xslt \
|
||||
$(top_srcdir)/doc/doxygen/xml/index.xml > \
|
||||
$(top_srcdir)/doc/doxygen/xml/clientAPI.xml
|
||||
$(AM_V_GEN)mv $(top_srcdir)/doc/doxygen/wayland-client_8h.xml \
|
||||
$(top_srcdir)/doc/doxygen/xml
|
||||
$(AM_V_GEN)mv $(top_builddir)/doc/doxygen/xml/wayland-client_8h.xml \
|
||||
$(top_builddir)/doc/doxygen/
|
||||
$(AM_V_GEN)$(XSLTPROC) $(top_builddir)/doc/doxygen/xml/combine.xslt \
|
||||
$(top_builddir)/doc/doxygen/xml/index.xml > \
|
||||
$(top_builddir)/doc/doxygen/xml/clientAPI.xml
|
||||
$(AM_V_GEN)mv $(top_builddir)/doc/doxygen/wayland-client_8h.xml \
|
||||
$(top_builddir)/doc/doxygen/xml
|
||||
$(AM_V_GEN)$(XSLTPROC) $(srcdir)/doxygen-to-publican.xsl \
|
||||
$(top_builddir)/doc/doxygen/xml/clientAPI.xml > en-US/WaylandClientAPI.xml
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue