From: Bill Spitzak Date: Wed, 3 Dec 2014 02:29:35 +0000 (-0800) Subject: doc: removed redundant dependency X-Git-Tag: 1.6.91~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0093164f85c7fdb5de4c45b6e3261d9c3c3ddcf4;p=platform%2Fupstream%2Fwayland.git doc: removed redundant dependency The .tmp file dependency depends on the index.xml file so it does not need to be repeated. Reviewed-by: Peter Hutterer --- diff --git a/doc/publican/Makefile.am b/doc/publican/Makefile.am index 9fc4e0b..0b2cd09 100644 --- a/doc/publican/Makefile.am +++ b/doc/publican/Makefile.am @@ -93,12 +93,12 @@ en-US/%API.xml.tmp: $(top_builddir)/doc/doxygen/xml/%/index.xml # WaylandClientAPI.xml: # merge doxygen xml files into one single file, then transform the combined XML file into docbook format -en-US/WaylandClientAPI.xml: en-US/clientAPI.xml.tmp $(top_builddir)/doc/doxygen/xml/client/index.xml $(srcdir)/doxygen-to-publican.xsl +en-US/WaylandClientAPI.xml: en-US/clientAPI.xml.tmp $(srcdir)/doxygen-to-publican.xsl $(AM_V_GEN)$(XSLTPROC) --stringparam which Client $(srcdir)/doxygen-to-publican.xsl \ $(builddir)/en-US/clientAPI.xml.tmp > en-US/WaylandClientAPI.xml # WaylandServerAPI.xml: see WaylandClientAPI.xml -en-US/WaylandServerAPI.xml: en-US/serverAPI.xml.tmp $(top_builddir)/doc/doxygen/xml/client/index.xml $(srcdir)/doxygen-to-publican.xsl +en-US/WaylandServerAPI.xml: en-US/serverAPI.xml.tmp $(srcdir)/doxygen-to-publican.xsl $(AM_V_GEN)$(XSLTPROC) --stringparam which Server $(srcdir)/doxygen-to-publican.xsl \ $(builddir)/en-US/serverAPI.xml.tmp > en-US/WaylandServerAPI.xml