summaryrefslogtreecommitdiff
path: root/telepathy-glib/codegen.am
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-04-30 12:29:14 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-04-30 12:32:43 +0100
commit93c4e78ac4dbb31b2106da2835c47eeb3896d0a3 (patch)
tree2b7d71e9529178ae82b25ae83969249ac272ce4a /telepathy-glib/codegen.am
parent5fc1dc323d5d1b499bb760e2bceb2beb3806a64f (diff)
downloadtelepathy-glib-93c4e78ac4dbb31b2106da2835c47eeb3896d0a3.tar.gz
fd.o #27878: c-constants-gen: output gtk-doc separately
gtk-doc will happily document all .h files, so we don't need the doc-comments to be in the same files as the declarations or implementations. This required changing the calling convention of c-constants-gen to output to files, rather than to stdout.
Diffstat (limited to 'telepathy-glib/codegen.am')
-rw-r--r--telepathy-glib/codegen.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/telepathy-glib/codegen.am b/telepathy-glib/codegen.am
index 43f881016..7ad46a2f5 100644
--- a/telepathy-glib/codegen.am
+++ b/telepathy-glib/codegen.am
@@ -123,8 +123,7 @@ _gen/gtypes.h _gen/gtypes-body.h: _gen/stable-spec.xml \
_gen/telepathy-enums.h: _gen/stable-spec.xml \
$(tools_dir)/c-constants-gen.py
$(AM_V_GEN)$(PYTHON) $(tools_dir)/c-constants-gen.py \
- Tp \
- $< > $@
+ Tp $< _gen/telepathy-enums
_gen/interfaces-body.h _gen/telepathy-interfaces.h: _gen/stable-spec.xml \
$(tools_dir)/glib-interfaces-gen.py