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:
parent
d8bd50ad77
commit
efc3ce995f
5 changed files with 14 additions and 1 deletions
|
@ -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>
|
||||
|
||||
* configure.in: Added "zu" to ALL_LINGUAS.
|
||||
|
|
|
@ -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])
|
||||
|
|
|
@ -100,3 +100,6 @@ install-data-hook :
|
|||
|
||||
EXTRA_DIST = $(serverfile)
|
||||
CLEANFILES = $(BUILT_SOURCES)
|
||||
|
||||
uninstall-local:
|
||||
rm -f $(DESTDIR)$(serverdir)/$(serverfile:.in=)
|
||||
|
|
|
@ -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@
|
||||
|
|
|
@ -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@
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue