mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-04-07 08:21:33 -04:00
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 <peter.hutterer@who-t.net>
This commit is contained in:
parent
962de0d0cc
commit
0093164f85
1 changed files with 2 additions and 2 deletions
|
|
@ -93,12 +93,12 @@ en-US/%API.xml.tmp: $(top_builddir)/doc/doxygen/xml/%/index.xml
|
||||||
|
|
||||||
# WaylandClientAPI.xml:
|
# WaylandClientAPI.xml:
|
||||||
# merge doxygen xml files into one single file, then transform the combined XML file into docbook format
|
# 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 \
|
$(AM_V_GEN)$(XSLTPROC) --stringparam which Client $(srcdir)/doxygen-to-publican.xsl \
|
||||||
$(builddir)/en-US/clientAPI.xml.tmp > en-US/WaylandClientAPI.xml
|
$(builddir)/en-US/clientAPI.xml.tmp > en-US/WaylandClientAPI.xml
|
||||||
|
|
||||||
# WaylandServerAPI.xml: see 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 \
|
$(AM_V_GEN)$(XSLTPROC) --stringparam which Server $(srcdir)/doxygen-to-publican.xsl \
|
||||||
$(builddir)/en-US/serverAPI.xml.tmp > en-US/WaylandServerAPI.xml
|
$(builddir)/en-US/serverAPI.xml.tmp > en-US/WaylandServerAPI.xml
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue