summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2012-11-19 17:14:05 -0500
committerKristian Høgsberg <krh@bitplanet.net>2012-11-19 17:28:15 -0500
commitedb0a1bef5e58f9db44116f62c34f481f990221c (patch)
treeb5582e814ad69ab0555d106d364add009e315fce
parent173e1606322675149c09443e6037737748dd72f7 (diff)
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.
-rw-r--r--doc/Wayland/Makefile.am14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/Wayland/Makefile.am b/doc/Wayland/Makefile.am
index 2c41a49..53ad6ee 100644
--- a/doc/Wayland/Makefile.am
+++ b/doc/Wayland/Makefile.am
@@ -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