[gnome-utils] Fix distcheck
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-utils] Fix distcheck
- Date: Wed, 2 Feb 2011 04:00:40 +0000 (UTC)
commit 57e0ed95739a36f0335c888451b2593605962de7
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Tue Feb 1 22:57:19 2011 -0500
Fix distcheck
gnome-dictionary/data/Makefile.am | 19 ++++++++++++++++---
gnome-screenshot/Makefile.am | 1 +
logview/data/Makefile.am | 3 ++-
po/POTFILES.skip | 1 +
4 files changed, 20 insertions(+), 4 deletions(-)
---
diff --git a/gnome-dictionary/data/Makefile.am b/gnome-dictionary/data/Makefile.am
index b3e3e72..6629fc1 100644
--- a/gnome-dictionary/data/Makefile.am
+++ b/gnome-dictionary/data/Makefile.am
@@ -41,10 +41,18 @@ ui_DATA = gnome-dictionary-ui.xml
appletuidir = $(datadir)/gnome-2.0/ui
appletui_DATA = GNOME_DictionaryApplet.xml
+EXTRA_DIST += $(appletui_DATA) \
+ $(builder_DATA) \
+ $(ui_DATA) \
+ $(NULL)
+
+serverdir =
+server_DATA =
+
if BUILD_GDICT_APPLET
-serverdir = $(libdir)/bonobo/servers
+serverdir += $(libdir)/bonobo/servers
server_in_files = GNOME_DictionaryApplet.server.in
-server_DATA = $(server_in_files:.server.in=.server)
+server_DATA += $(server_in_files:.server.in=.server)
$(server_in_files): $(server_in_files:.server.in=.server.in.in)
$(AM_V_GEN)sed \
@@ -58,6 +66,11 @@ endif # BUILD_GDICT_APPLET
EXTRA_DIST += GNOME_DictionaryApplet.server.in.in
gsettings_SCHEMAS = org.gnome.dictionary.gschema.xml
-CLEANFILES += $(gsettings_SCHEMAS)
+CLEANFILES += $(gsettings_SCHEMAS) \
+ $(dictsource_DATA) \
+ $(gdictapp_in_files) \
+ $(gdictapp_DATA) \
+ $(server_DATA)
+
@INTLTOOL_XML_NOMERGE_RULE@
@GSETTINGS_RULES@
diff --git a/gnome-screenshot/Makefile.am b/gnome-screenshot/Makefile.am
index aa26b61..4397489 100644
--- a/gnome-screenshot/Makefile.am
+++ b/gnome-screenshot/Makefile.am
@@ -73,6 +73,7 @@ EXTRA_DIST = \
$(gnome_screenshot_in_files) \
$(man_MANS) \
$(ui_DATA) \
+ $(convert_DATA) \
$(NULL)
CLEANFILES = \
diff --git a/logview/data/Makefile.am b/logview/data/Makefile.am
index 7183ef4..5507d63 100644
--- a/logview/data/Makefile.am
+++ b/logview/data/Makefile.am
@@ -25,7 +25,8 @@ EXTRA_DIST = \
gnome-system-log.desktop.in.in \
$(xml_DATA) \
$(man_MANS) \
- $(gsettingsschema_in_files)
+ $(gsettingsschema_in_files) \
+ $(convert_DATA)
DISTCLEANFILES = \
$(desktop_DATA) \
diff --git a/po/POTFILES.skip b/po/POTFILES.skip
index edb77eb..081c2c8 100644
--- a/po/POTFILES.skip
+++ b/po/POTFILES.skip
@@ -6,3 +6,4 @@ gnome-dictionary/data/gnome-dictionary.desktop.in
gnome-dictionary/data/french.desktop.in
logview/data/gnome-system-log.desktop.in
font-viewer/gnome-font-viewer.desktop.in
+gnome-dictionary/data/org.gnome.dictionary.gschema.xml.in
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]