summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRobert Bragg <bob@openedhand.com>2008-10-02 15:01:03 +0000
committerRobert Bragg <bob@openedhand.com>2008-10-02 15:01:03 +0000
commitcae0a90826bced8b0bd8807f47f426a3a7c9aaaf (patch)
tree2a0ddd8fa8bb58b150a28c87fec79f15a554ccc9 /doc
parent6a8c65cd3f29f59feb0efcd105f5c049bd9d3659 (diff)
downloadclutter-gst-cae0a90826bced8b0bd8807f47f426a3a7c9aaaf.tar.gz
2008-10-2 Robert Bragg <robert@linux.intel.com>
* clutter-gst/doc/reference/Makefile.am: * clutter-gtk/doc/reference/Makefile.am: Dont use += to set EXTRA_DIST since there isn't a preceding = which automake gets upset about. This means we can remove the patches fixing this in Poky.
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am
index f67f9a3..1f65540 100644
--- a/doc/reference/Makefile.am
+++ b/doc/reference/Makefile.am
@@ -77,4 +77,4 @@ include $(top_srcdir)/gtk-doc.make
# Other files to distribute
# e.g. EXTRA_DIST += version.xml.in
-EXTRA_DIST += version.xml.in
+EXTRA_DIST = version.xml.in