aboutsummaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-02-01 21:47:58 +0800
committerEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-03-24 04:52:21 +0800
commit97167291ee0e9436dd9282d0d8d673f6ed2d10cf (patch)
treed080dce966735abcaee3bc6b9319a693bd00d28f /extensions
parent2bddc2dae8b00f034164096d7a981015d8690cf7 (diff)
downloadgsoc2013-empathy-97167291ee0e9436dd9282d0d8d673f6ed2d10cf.tar
gsoc2013-empathy-97167291ee0e9436dd9282d0d8d673f6ed2d10cf.tar.gz
gsoc2013-empathy-97167291ee0e9436dd9282d0d8d673f6ed2d10cf.tar.bz2
gsoc2013-empathy-97167291ee0e9436dd9282d0d8d673f6ed2d10cf.tar.lz
gsoc2013-empathy-97167291ee0e9436dd9282d0d8d673f6ed2d10cf.tar.xz
gsoc2013-empathy-97167291ee0e9436dd9282d0d8d673f6ed2d10cf.tar.zst
gsoc2013-empathy-97167291ee0e9436dd9282d0d8d673f6ed2d10cf.zip
Update tools from telepathy-glib
Diffstat (limited to 'extensions')
-rw-r--r--extensions/Makefile.am12
1 files changed, 5 insertions, 7 deletions
diff --git a/extensions/Makefile.am b/extensions/Makefile.am
index 8a3b358fb..9ed06ff40 100644
--- a/extensions/Makefile.am
+++ b/extensions/Makefile.am
@@ -59,10 +59,9 @@ XSLTPROCFLAGS = --nonet --novalid
# Generated files which can be generated for all categories simultaneously
-_gen/all.xml: all.xml $(wildcard *.xml)
+_gen/all.xml: all.xml $(wildcard *.xml) $(tools_dir)/xincludator.py
@$(mkdir_p) _gen
- $(AM_V_GEN)$(XSLTPROC) $(XSLTPROCFLAGS) --xinclude $(tools_dir)/identity.xsl \
- $< > $@
+ $(AM_V_GEN)$(PYTHON) $(tools_dir)/xincludator.py $< > $@
extensions.html: _gen/all.xml $(tools_dir)/doc-generator.xsl
$(AM_V_GEN)$(XSLTPROC) $(XSLTPROCFLAGS) \
@@ -95,7 +94,7 @@ _gen/enums.h: _gen/all.xml \
$(tools_dir)/c-constants-gen.py
$(AM_V_GEN)$(PYTHON) $(tools_dir)/c-constants-gen.py \
Emp \
- $< > $@
+ $< _gen/enums
_gen/interfaces-body.h _gen/interfaces.h: _gen/all.xml \
$(tools_dir)/glib-interfaces-gen.py
@@ -106,10 +105,9 @@ _gen/interfaces-body.h _gen/interfaces.h: _gen/all.xml \
# subclass you want to use with --subclass will need to have its own category,
# although you can subdivide further if you want.
-_gen/misc.xml: misc.xml $(wildcard *.xml)
+_gen/misc.xml: misc.xml $(wildcard *.xml) $(tools_dir)/xincludator.py
@$(mkdir_p) _gen
- $(AM_V_GEN)$(XSLTPROC) $(XSLTPROCFLAGS) --xinclude $(tools_dir)/identity.xsl \
- $< > $@
+ $(AM_V_GEN)$(PYTHON) $(tools_dir)/xincludator.py $< > $@
_gen/cli-misc-body.h _gen/cli-misc.h: _gen/misc.xml \
$(tools_dir)/glib-client-gen.py