diff options
author | Vincent Untz <vuntz@gnome.org> | 2008-06-17 10:44:19 +0000 |
---|---|---|
committer | Vincent Untz <vuntz@src.gnome.org> | 2008-06-17 10:44:19 +0000 |
commit | 35b51769f410b523ebd60ccbb6f36386c89523d4 (patch) | |
tree | c9622f88407177cff5e477c6af3185d2e39c2e45 /Makefile.am | |
parent | da7854fed6cd581c453bb8625076487a88aeab9e (diff) | |
download | gnome-desktop-35b51769f410b523ebd60ccbb6f36386c89523d4.tar.gz |
require intltool 0.40.0 remove old intltool cruft
2008-06-17 Vincent Untz <vuntz@gnome.org>
* configure.in: require intltool 0.40.0
* Makefile.am: remove old intltool cruft
svn path=/trunk/; revision=5117
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am index 8c861b6d..19a3cf7c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,9 +15,6 @@ EXTRA_DIST = \ gnome-version.xml \ COPYING-DOCS \ HACKING \ - intltool-extract.in \ - intltool-merge.in \ - intltool-update.in \ gnome-doc-utils.make versiondir=$(datadir)/gnome-about @@ -28,7 +25,4 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --disable-scrollkeeper CLEANFILES = $(version_DATA) DISTCLEANFILES = \ - intltool-extract \ - intltool-merge \ - intltool-update \ gnome-doc-utils.make |