diff --git a/ChangeLog b/ChangeLog index 105f83e03..df0dc5749 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2002-02-05 jacob berkman + + * configure.in (GETTEXT_PACKAGE): change to be parallel + installable + + * control-center2.png: + * Makefile.am (pixmap_DATA): rename to be parallel installable + 2002-01-28 Richard Hestilow * po/POTFILES.in: Remove panel.desktop.in.in. diff --git a/Makefile.am b/Makefile.am index 4b16b19cb..48a02f589 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,8 +9,8 @@ SUBDIRS = libsounds libbackground gnome-settings-daemon capplets control-center # remove it from the default build. Chema pixmapdir = $(datadir)/pixmaps -pixmap_DATA = control-center.png - +pixmap_DATA = control-center2.png + dist-hook: control-center.spec cp control-center.spec $(distdir) @@ -24,4 +24,4 @@ EXTRA_DIST = \ intltool-extract.in \ intltool-merge.in \ intltool-update.in \ - control-center.png + control-center2.png diff --git a/configure.in b/configure.in index 6831ac957..73763da98 100644 --- a/configure.in +++ b/configure.in @@ -26,7 +26,7 @@ fi changequote([,])dnl # Internationalization support -GETTEXT_PACKAGE=control-center +GETTEXT_PACKAGE=control-center-2.0 AC_SUBST(GETTEXT_PACKAGE) ALL_LINGUAS="az ca cs da de el en_GB es et fi fr ga gl hr hu it ja ko lt lv ms nl nn no pl pt pt_BR ro ru sk sl sv tr uk wa zh_CN zh_TW" diff --git a/control-center.png b/control-center.png deleted file mode 100644 index ef385746a..000000000 Binary files a/control-center.png and /dev/null differ