diff options
| author | Bill Spitzak <spitzak@gmail.com> | 2014-11-11 18:42:54 -0800 |
|---|---|---|
| committer | Pekka Paalanen <pekka.paalanen@collabora.co.uk> | 2014-11-25 15:45:03 +0200 |
| commit | d8f045ec1f8f48049b9c5e4e589e43b1cf3813d8 (patch) | |
| tree | dc39bec495a6213d18a7e389d046fba9c73fe31a /doc/publican/Makefile.am | |
| parent | server: increase listen queue to 128 (diff) | |
| download | wayland-d8f045ec1f8f48049b9c5e4e589e43b1cf3813d8.tar wayland-d8f045ec1f8f48049b9c5e4e589e43b1cf3813d8.tar.gz wayland-d8f045ec1f8f48049b9c5e4e589e43b1cf3813d8.tar.bz2 wayland-d8f045ec1f8f48049b9c5e4e589e43b1cf3813d8.tar.lz wayland-d8f045ec1f8f48049b9c5e4e589e43b1cf3813d8.tar.xz wayland-d8f045ec1f8f48049b9c5e4e589e43b1cf3813d8.tar.zst wayland-d8f045ec1f8f48049b9c5e4e589e43b1cf3813d8.zip | |
doc: make rebuilds doxygen output on code changes
Reviewed-by: Bryce Harrington <b.harrington@samsung.com>
Diffstat (limited to 'doc/publican/Makefile.am')
| -rw-r--r-- | doc/publican/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |
