release 2.9.3

Mon Dec 20 16:52:47 2004  Jonathan Blandford  <jrb@redhat.com>

        * configure.in: release 2.9.3
This commit is contained in:
Jonathan Blandford 2004-12-20 21:53:31 +00:00 committed by Jonathan Blandford
parent d8bd50ad77
commit efc3ce995f
5 changed files with 14 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Mon Dec 20 16:52:47 2004 Jonathan Blandford <jrb@redhat.com>
* configure.in: release 2.9.3
2004-12-13 Dwayne Bailey <dwayne@translate.org.za> 2004-12-13 Dwayne Bailey <dwayne@translate.org.za>
* configure.in: Added "zu" to ALL_LINGUAS. * configure.in: Added "zu" to ALL_LINGUAS.

View file

@ -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]) [http://bugzilla.gnome.org/enter_bug.cgi?product=control-center])
AC_CONFIG_SRCDIR([control-center]) AC_CONFIG_SRCDIR([control-center])

View file

@ -100,3 +100,6 @@ install-data-hook :
EXTRA_DIST = $(serverfile) EXTRA_DIST = $(serverfile)
CLEANFILES = $(BUILT_SOURCES) CLEANFILES = $(BUILT_SOURCES)
uninstall-local:
rm -f $(DESTDIR)$(serverdir)/$(serverfile:.in=)

View file

@ -52,6 +52,9 @@ endif
install-desktop-database: install-desktopDATA install-desktop-database: install-desktopDATA
update-desktop-database $(DESTDIR)$(desktopdir) update-desktop-database $(DESTDIR)$(desktopdir)
uninstall-local:
rm -f $(DESTDIR)$(desktopdir)/mimeinfo.cache
@INTLTOOL_DESKTOP_RULE@ @INTLTOOL_DESKTOP_RULE@
@INTLTOOL_DIRECTORY_RULE@ @INTLTOOL_DIRECTORY_RULE@
@INTLTOOL_SCHEMAS_RULE@ @INTLTOOL_SCHEMAS_RULE@

View file

@ -73,6 +73,9 @@ endif
install-desktop-database: install-desktopDATA install-desktop-database: install-desktopDATA
update-desktop-database $(DESTDIR)$(desktopdir) update-desktop-database $(DESTDIR)$(desktopdir)
distclean-local:
rm -f $(DESTDIR)$(desktopdir)/mimeinfo.cache
@INTLTOOL_DESKTOP_RULE@ @INTLTOOL_DESKTOP_RULE@
@INTLTOOL_SCHEMAS_RULE@ @INTLTOOL_SCHEMAS_RULE@