Move splashdir to gnomecc-2.
2002-02-11 Richard Hestilow <hestilow@ximian.com> * control-center/Makefile.am: Move splashdir to gnomecc-2. * Makefile.am: Remove idl from subdirs. * configure.in: Bump version to 0.9.3. * RELEASE - 0.9.3
This commit is contained in:
parent
de141b8a8a
commit
95d4480dc2
4 changed files with 19 additions and 10 deletions
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
|||
2002-02-11 Richard Hestilow <hestilow@ximian.com>
|
||||
|
||||
* control-center/Makefile.am: Move splashdir to gnomecc-2.
|
||||
|
||||
* Makefile.am: Remove idl from subdirs.
|
||||
|
||||
* configure.in: Bump version to 0.9.3.
|
||||
|
||||
* RELEASE - 0.9.3
|
||||
|
||||
2002-02-10 Richard Hestilow <hestilow@ximian.com>
|
||||
|
||||
* Added font capplet.
|
||||
|
|
10
Makefile.am
10
Makefile.am
|
@ -1,4 +1,4 @@
|
|||
SUBDIRS = libsounds libbackground gnome-settings-daemon capplets control-center idl po
|
||||
SUBDIRS = po libsounds libbackground gnome-settings-daemon capplets control-center
|
||||
|
||||
#I removed the root-manager for now
|
||||
#
|
||||
|
@ -14,10 +14,10 @@ pixmap_DATA = control-center2.png
|
|||
dist-hook: control-center.spec
|
||||
cp control-center.spec $(distdir)
|
||||
|
||||
MAINTAINERCLEANFILES = \
|
||||
intltool-extract \
|
||||
intltool-merge \
|
||||
intltool-update
|
||||
#MAINTAINERCLEANFILES = \
|
||||
# intltool-extract \
|
||||
# intltool-merge \
|
||||
# intltool-update
|
||||
|
||||
EXTRA_DIST = \
|
||||
control-center.spec.in \
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
AC_INIT(control-center)
|
||||
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
AM_INIT_AUTOMAKE(control-center, 1.99.2)
|
||||
AM_INIT_AUTOMAKE(control-center, 1.99.3)
|
||||
|
||||
AM_MAINTAINER_MODE
|
||||
|
||||
|
@ -177,5 +177,4 @@ capplets/sound/Makefile
|
|||
capplets/theme-switcher/Makefile
|
||||
capplets/theme-switcher/control/Makefile
|
||||
capplets/ui-properties/Makefile
|
||||
libsounds/Makefile
|
||||
idl/Makefile])
|
||||
libsounds/Makefile])
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
appicondir = $(datadir)/control-center-2/icons
|
||||
appicon_DATA = control-center.png
|
||||
|
||||
splashdir = $(datadir)/pixmaps/gnomecc
|
||||
splashdir = $(datadir)/pixmaps/gnomecc-2
|
||||
splash_DATA = \
|
||||
bcg_top.png \
|
||||
title.png \
|
||||
|
@ -51,4 +51,4 @@ EXTRA_DIST = gnomecc.desktop.in $(appicon_DATA) $(splash_DATA) $(glade_DATA)
|
|||
|
||||
paneldir = $(datadir)/gnome/apps/Settings
|
||||
|
||||
CLEANFILES=gnomecc.desktop
|
||||
CLEANFILES=gnomecc.desktop
|
||||
|
|
Loading…
Add table
Reference in a new issue