Added missing files to EXTRA_DIST, removed nonexistant files from POTFILES.in

This commit is contained in:
Bradford Hovinen (Gdict maintainer) 2001-07-19 18:36:19 +00:00
parent 912b4b2165
commit 4b40c52874
13 changed files with 21 additions and 11 deletions

View file

@ -1,6 +1,7 @@
2001-07-19 Bradford Hovinen <hovinen@ximian.com>
* Makefile.am: Remove SUBDIRS
(background_properties_SOURCES): Added missing applier.h
* prefs-widget.c: Remove references to auto apply feature

View file

@ -7,7 +7,7 @@ background_properties_SOURCES = \
main.c\
prefs-widget.c prefs-widget.h \
preferences.c preferences.h \
applier.c
applier.c applier.h
pixmap_DATA =

View file

@ -1,6 +1,8 @@
2001-07-19 Bradford Hovinen <hovinen@ximian.com>
* Makefile.am (cappletname): Remove SUBDIRS
* Makefile.am: Remove SUBDIRS
Remove extraneous EXTRA_DIST
(EXTRA_DIST): Make sure to include defaults and OAF files
* keyboard.desktop.in.in (Exec): Update for bonoboization

View file

@ -17,9 +17,6 @@ defaults_DATA = keyboard-properties.xml
oafdir = $(datadir)/oaf
oaf_DATA = Bonobo_Control_Capplet_keyboard_properties.oaf
EXTRA_DIST = $(GNOMECC_CAPPLETS_EXTRA_DIST) $(oaf_DATA) $(defaults_DATA)
##
## You should not need to modify anything below this line
##
@ -28,7 +25,7 @@ EXTRA_DIST = $(GNOMECC_CAPPLETS_EXTRA_DIST) $(oaf_DATA) $(defaults_DATA)
INCLUDES = $(GNOMECC_CAPPLETS_CFLAGS)
CLEANFILES = $(GNOMECC_CAPPLETS_CLEANFILES)
EXTRA_DIST = $(GNOMECC_CAPPLETS_EXTRA_DIST)
EXTRA_DIST = $(GNOMECC_CAPPLETS_EXTRA_DIST) $(defaults_DATA) $(oaf_DATA)
iconsdir = $(GNOMECC_ICONS_DIR)
Gladedir = $(GNOMECC_GLADE_DIR)
pixmapdir = $(GNOMECC_PIXMAPS_DIR)

View file

@ -1,3 +1,7 @@
2001-07-19 Bradford Hovinen <hovinen@ximian.com>
* Makefile.am (EXTRA_DIST): Added mouse-left.png and mouse-right.png
2001-07-18 Chema Celorio <chema@celorio.com>
* prefs-widget.c (set_pixmap_file): the path of the pixmaps was

View file

@ -17,7 +17,7 @@ pixmap_DATA = mouse-left.png mouse-right.png
INCLUDES = $(GNOMECC_CAPPLETS_CFLAGS)
CLEANFILES = $(GNOMECC_CAPPLETS_CLEANFILES)
EXTRA_DIST = $(GNOMECC_CAPPLETS_EXTRA_DIST)
EXTRA_DIST = $(GNOMECC_CAPPLETS_EXTRA_DIST) mouse-left.png mouse-right.png
iconsdir = $(GNOMECC_ICONS_DIR)
Gladedir = $(GNOMECC_GLADE_DIR)
pixmapdir = $(GNOMECC_PIXMAPS_DIR)

View file

@ -1,5 +1,7 @@
2001-07-19 Bradford Hovinen <hovinen@ximian.com>
* Makefile.am (EXTRA_DIST): Added no-hack.png
* prefs-widget.c (about_cb): Don't free the description
* main.c (setup_capplet_widget): Use capplet->dialog for parent of

View file

@ -29,7 +29,7 @@ pixmap_DATA = no-hack.png
INCLUDES = $(GNOMECC_CAPPLETS_CFLAGS)
CLEANFILES = $(GNOMECC_CAPPLETS_CLEANFILES)
EXTRA_DIST = $(GNOMECC_CAPPLETS_EXTRA_DIST)
EXTRA_DIST = $(GNOMECC_CAPPLETS_EXTRA_DIST) no-hack.png
iconsdir = $(GNOMECC_ICONS_DIR)
Gladedir = $(GNOMECC_GLADE_DIR)
pixmapdir = $(GNOMECC_PIXMAPS_DIR)

View file

@ -1,6 +1,8 @@
2001-07-19 Bradford Hovinen <hovinen@ximian.com>
* Makefile.am: Remove SUBDIRS
Remove extraneous EXTRA_DIST
Make sure to include defaults and OAF info files
2001-07-18 Bradford Hovinen <hovinen@ximian.com>

View file

@ -12,7 +12,6 @@ pixmap_DATA =
##
## this is not generic
##
EXTRA_DIST = $(GNOMECC_CAPPLETS_EXTRA_DIST) $(oaf_DATA) $(defaults_DATA)
defaultsdir= $(datadir)/control-center/defaults
defaults_DATA = sound-properties.xml
@ -28,6 +27,7 @@ oaf_DATA = Bonobo_Control_Capplet_sound_properties.oaf
INCLUDES = $(GNOMECC_CAPPLETS_CFLAGS)
CLEANFILES = $(GNOMECC_CAPPLETS_CLEANFILES)
EXTRA_DIST = $(GNOMECC_CAPPLETS_EXTRA_DIST) $(defaults_DATA) $(oaf_DATA)
iconsdir = $(GNOMECC_ICONS_DIR)
Gladedir = $(GNOMECC_GLADE_DIR)
pixmapdir = $(GNOMECC_PIXMAPS_DIR)