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
commit3103ee5341c8c5b3d06c02a36d7c875f527e2879 (patch)
treec518328d9510d462cf42f4079a80a9cf35e968a0 /doc
parentf2310983e5dc31f2cec61909a06469e0dc57b71b (diff)
downloadclutter-gtk-3103ee5341c8c5b3d06c02a36d7c875f527e2879.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 f0e25a9..32fdca1 100644
--- a/doc/reference/Makefile.am
+++ b/doc/reference/Makefile.am
@@ -76,4 +76,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