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>
|
2002-02-10 Richard Hestilow <hestilow@ximian.com>
|
||||||
|
|
||||||
* Added font capplet.
|
* 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
|
#I removed the root-manager for now
|
||||||
#
|
#
|
||||||
|
@ -14,10 +14,10 @@ pixmap_DATA = control-center2.png
|
||||||
dist-hook: control-center.spec
|
dist-hook: control-center.spec
|
||||||
cp control-center.spec $(distdir)
|
cp control-center.spec $(distdir)
|
||||||
|
|
||||||
MAINTAINERCLEANFILES = \
|
#MAINTAINERCLEANFILES = \
|
||||||
intltool-extract \
|
# intltool-extract \
|
||||||
intltool-merge \
|
# intltool-merge \
|
||||||
intltool-update
|
# intltool-update
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
control-center.spec.in \
|
control-center.spec.in \
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
AC_INIT(control-center)
|
AC_INIT(control-center)
|
||||||
|
|
||||||
AM_CONFIG_HEADER(config.h)
|
AM_CONFIG_HEADER(config.h)
|
||||||
AM_INIT_AUTOMAKE(control-center, 1.99.2)
|
AM_INIT_AUTOMAKE(control-center, 1.99.3)
|
||||||
|
|
||||||
AM_MAINTAINER_MODE
|
AM_MAINTAINER_MODE
|
||||||
|
|
||||||
|
@ -177,5 +177,4 @@ capplets/sound/Makefile
|
||||||
capplets/theme-switcher/Makefile
|
capplets/theme-switcher/Makefile
|
||||||
capplets/theme-switcher/control/Makefile
|
capplets/theme-switcher/control/Makefile
|
||||||
capplets/ui-properties/Makefile
|
capplets/ui-properties/Makefile
|
||||||
libsounds/Makefile
|
libsounds/Makefile])
|
||||||
idl/Makefile])
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
appicondir = $(datadir)/control-center-2/icons
|
appicondir = $(datadir)/control-center-2/icons
|
||||||
appicon_DATA = control-center.png
|
appicon_DATA = control-center.png
|
||||||
|
|
||||||
splashdir = $(datadir)/pixmaps/gnomecc
|
splashdir = $(datadir)/pixmaps/gnomecc-2
|
||||||
splash_DATA = \
|
splash_DATA = \
|
||||||
bcg_top.png \
|
bcg_top.png \
|
||||||
title.png \
|
title.png \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue