[PATCH 1/9] doc: make rebuilds doxygen output on code changes
Bill Spitzak
spitzak at gmail.com
Tue Nov 11 18:42:54 PST 2014
---
doc/publican/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/publican/Makefile.am b/doc/publican/Makefile.am
index cf0f533..b30a471 100644
--- a/doc/publican/Makefile.am
+++ b/doc/publican/Makefile.am
@@ -82,7 +82,7 @@ en-US/ProtocolInterfaces.xml: $(top_srcdir)/protocol/wayland.xml $(srcdir)/proto
# move it out of the way first.
# * use doxygen's combine.xslt to merge the xml files into one single file
# * move wayland-<foo>_8h.xml back to its original location
-en-US/%API.xml.tmp:
+en-US/%API.xml.tmp: $(top_builddir)/doc/doxygen/xml/%/index.xml
$(AM_V_GEN)mv $(top_builddir)/doc/doxygen/xml/$*/wayland-$*_8h.xml \
$(top_builddir)/doc/doxygen/xml/
$(AM_V_GEN)$(XSLTPROC) $(top_builddir)/doc/doxygen/xml/$*/combine.xslt \
--
1.7.9.5
More information about the wayland-devel
mailing list