summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLuca Ferretti <elle.uca@libero.it>2008-01-09 10:56:00 +0000
committerLuca Ferretti <lferrett@src.gnome.org>2008-01-09 10:56:00 +0000
commita5a4761d313ac57c370cec2d732786b08512bb37 (patch)
treec3c11ffea78513f4d60ec54ec17966c1f6f2eedf /Makefile.am
parenta21cdb793e283d4aef70fcbcf31add7f0711bb54 (diff)
downloadgvfs-a5a4761d313ac57c370cec2d732786b08512bb37.tar.gz
Reuse intltool by now, glib-gettext rules seems unable to properly remove
2008-01-09 Luca Ferretti <elle.uca@libero.it> * Makefile.am: * autogen.sh: * configure.ac: Reuse intltool by now, glib-gettext rules seems unable to properly remove "[encoding: UTF-8]" generating po/POTFILES. * mkinstalldirs: * po/Makefile.in.in: Removed, autogenerated using intltool by now. * po/POTFILES.in: Added new missing files for computer:// backend. svn path=/trunk/; revision=1083
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am13
1 files changed, 12 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 6bb7bef0..407fd983 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,4 +12,15 @@ SUBDIRS = \
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
-EXTRA_DIST = mkinstalldirs
+EXTRA_DIST = \
+ MAINTAINERS \
+ intltool-extract.in \
+ intltool-merge.in \
+ intltool-update.in \
+ $(NULL)
+
+DISTCLEANFILES = \
+ intltool-extract \
+ intltool-merge \
+ intltool-update \
+ $(NULL) \ No newline at end of file