From d8f045ec1f8f48049b9c5e4e589e43b1cf3813d8 Mon Sep 17 00:00:00 2001 From: Bill Spitzak Date: Tue, 11 Nov 2014 18:42:54 -0800 Subject: [PATCH] doc: make rebuilds doxygen output on code changes Reviewed-by: Bryce Harrington --- 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-_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 \ -- 2.7.4