[PATCH 3/4] doc: removed redundant dependency
Peter Hutterer
peter.hutterer at who-t.net
Tue Dec 2 19:48:28 PST 2014
On Tue, Dec 02, 2014 at 06:29:35PM -0800, Bill Spitzak wrote:
> The .tmp file dependency depends on the index.xml file so it does not need to
> be repeated.
Reviewed-by: Peter Hutterer <peter.hutterer at who-t.net>
Cheers,
Peter
> ---
> doc/publican/Makefile.am | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> 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
>
> --
> 1.7.9.5
>
> _______________________________________________
> wayland-devel mailing list
> wayland-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/wayland-devel
>
More information about the wayland-devel
mailing list