summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcarlosg <carlosg>2004-11-14 12:20:24 +0000
committercarlosg <carlosg>2004-11-14 12:20:24 +0000
commite91fb36e057a3f6cc01357183304714dd169e79d (patch)
tree7dc5b290b77a61ea42d0a679279084d7f3f51b6e
parentf1037c715ff96a4032778d81db912b87003b38a7 (diff)
2004-11-14 Carlos Garnacho Parro <carlosg@gnome.org>
* Makefile.am: moved the intltool-* files to DISTCLEANFILES. Fixes #158213 * backends/Makefile.am: ditto
-rw-r--r--ChangeLog5
-rw-r--r--Makefile.am4
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1fc3615..eb5bfef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-11-14 Carlos Garnacho Parro <carlosg@gnome.org>
+
+ * Makefile.am: moved the intltool-* files to DISTCLEANFILES.
+ Fixes #158213
+
2004-11-12 Christophe Merlet <redfox@redfoxcenter.org>
* configure.in: Added "fr" (French) to ALL_LINGUAS.
diff --git a/Makefile.am b/Makefile.am
index 2ad61fc..3c799fd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -58,7 +58,9 @@ EXTRA_DIST = \
AUTHORS \
NEWS
-CLEANFILES = $(backends) $(perl_libs) \
+CLEANFILES = $(backends) $(perl_libs)
+
+DISTCLEANFILES = \
intltool-extract \
intltool-merge \
intltool-update