aboutsummaryrefslogtreecommitdiffstats
path: root/composer
diff options
context:
space:
mode:
authorMichael Meeks <michael@ximian.com>2001-04-14 16:02:59 +0800
committerMichael Meeks <michael@src.gnome.org>2001-04-14 16:02:59 +0800
commit04fac44de1b9b0106ef95b6bf6cfc2d877b01fd2 (patch)
treeb5e5eb3fca54a50b8643bfdf7125fef9b272e6dd /composer
parenta5e6e0b5f3e06eee5726edfe276c5d3c65bb155c (diff)
downloadgsoc2013-evolution-04fac44de1b9b0106ef95b6bf6cfc2d877b01fd2.tar
gsoc2013-evolution-04fac44de1b9b0106ef95b6bf6cfc2d877b01fd2.tar.gz
gsoc2013-evolution-04fac44de1b9b0106ef95b6bf6cfc2d877b01fd2.tar.bz2
gsoc2013-evolution-04fac44de1b9b0106ef95b6bf6cfc2d877b01fd2.tar.lz
gsoc2013-evolution-04fac44de1b9b0106ef95b6bf6cfc2d877b01fd2.tar.xz
gsoc2013-evolution-04fac44de1b9b0106ef95b6bf6cfc2d877b01fd2.tar.zst
gsoc2013-evolution-04fac44de1b9b0106ef95b6bf6cfc2d877b01fd2.zip
Do this everywhere, also fixup CLEANFILES
Do this everywhere, also fixup CLEANFILES 2001-04-14 Michael Meeks <michael@ximian.com> * Makefile.am (dist-hook): remove built sources from dist. svn path=/trunk/; revision=9309
Diffstat (limited to 'composer')
-rw-r--r--composer/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/composer/Makefile.am b/composer/Makefile.am
index db5c56dc26..d79e11ae9e 100644
--- a/composer/Makefile.am
+++ b/composer/Makefile.am
@@ -85,5 +85,8 @@ EXTRA_DIST = \
$(IDLS) \
bad-icon.xpm
-BUILT_SOURCES = $(IDL_GENERATED)
+BUILT_SOURCES = $(IDL_GENERATED) $(HTML_EDITOR_GENERATED)
CLEANFILES += $(BUILT_SOURCES)
+
+dist-hook:
+ cd $(distdir); rm -f $(BUILT_SOURCES)