diff --git a/ChangeLog b/ChangeLog index 1d6782ef7..263961d0d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Mon Dec 20 16:52:47 2004 Jonathan Blandford + + * configure.in: release 2.9.3 + 2004-12-13 Dwayne Bailey * configure.in: Added "zu" to ALL_LINGUAS. diff --git a/configure.in b/configure.in index f2dc0ef32..8b5a71875 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT([control-center], [2.9.0], +AC_INIT([control-center], [2.9.3], [http://bugzilla.gnome.org/enter_bug.cgi?product=control-center]) AC_CONFIG_SRCDIR([control-center]) diff --git a/gnome-settings-daemon/Makefile.am b/gnome-settings-daemon/Makefile.am index c6d85d19c..9d4612a01 100644 --- a/gnome-settings-daemon/Makefile.am +++ b/gnome-settings-daemon/Makefile.am @@ -100,3 +100,6 @@ install-data-hook : EXTRA_DIST = $(serverfile) CLEANFILES = $(BUILT_SOURCES) + +uninstall-local: + rm -f $(DESTDIR)$(serverdir)/$(serverfile:.in=) diff --git a/vfs-methods/fontilus/Makefile.am b/vfs-methods/fontilus/Makefile.am index dee76d4cd..e110f64fe 100644 --- a/vfs-methods/fontilus/Makefile.am +++ b/vfs-methods/fontilus/Makefile.am @@ -52,6 +52,9 @@ endif install-desktop-database: install-desktopDATA update-desktop-database $(DESTDIR)$(desktopdir) +uninstall-local: + rm -f $(DESTDIR)$(desktopdir)/mimeinfo.cache + @INTLTOOL_DESKTOP_RULE@ @INTLTOOL_DIRECTORY_RULE@ @INTLTOOL_SCHEMAS_RULE@ diff --git a/vfs-methods/themus/Makefile.am b/vfs-methods/themus/Makefile.am index 5375366c8..cf4560009 100644 --- a/vfs-methods/themus/Makefile.am +++ b/vfs-methods/themus/Makefile.am @@ -73,6 +73,9 @@ endif install-desktop-database: install-desktopDATA update-desktop-database $(DESTDIR)$(desktopdir) +distclean-local: + rm -f $(DESTDIR)$(desktopdir)/mimeinfo.cache + @INTLTOOL_DESKTOP_RULE@ @INTLTOOL_SCHEMAS_RULE@