[ontv] Make OnTV pass distcheck again
- From: Olof Kindgren <olki src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ontv] Make OnTV pass distcheck again
- Date: Fri, 30 Jul 2010 14:25:11 +0000 (UTC)
commit 8c7885222063b8a70bb352be18f27e6c67d43968
Author: Olof Kindgren <olki src gnome org>
Date: Fri Jul 30 15:28:45 2010 +0200
Make OnTV pass distcheck again
Fixed make scripts and POTFILES.in after the .desktop addition
bin/Makefile.am | 2 +-
data/Makefile.am | 2 ++
po/POTFILES.in | 1 +
3 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/bin/Makefile.am b/bin/Makefile.am
index f9ecb15..6fd7ddc 100644
--- a/bin/Makefile.am
+++ b/bin/Makefile.am
@@ -12,4 +12,4 @@ ontv: $(ontv_in_file)
sed -e "s|\ PYTHONDIR\@|$(pythondir)|" < $< > $@
DISTCLEANFILES = $(dist_libexec_SCRIPTS)
-EXTRA_DIST = $(ontv_in_file)
+EXTRA_DIST = $(ontv_in_file) $(ontv_applet_in_file)
diff --git a/data/Makefile.am b/data/Makefile.am
index b1c81fb..863c4a4 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -57,6 +57,7 @@ endif
DISTCLEANFILES = \
$(schema_DATA) \
+ $(desktop_files) \
$(server_in_files) \
$(server_DATA) \
$(xml_in_files) \
@@ -68,5 +69,6 @@ EXTRA_DIST = \
GNOME_OnTVApplet.xml \
$(glade_DATA) \
$(ui_DATA) \
+ $(desktop_in_files) \
$(schema_in_files) \
$(xml_in_files)
diff --git a/po/POTFILES.in b/po/POTFILES.in
index c598f2a..b277531 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -4,6 +4,7 @@ data/90-ontv.xml.in
[type: gettext/glade]data/about_dialog.ui
data/GNOME_OnTVApplet.server.in.in
data/GNOME_OnTVApplet.xml
+data/ontv.desktop.in
data/ontv.schemas.in.in
[type: gettext/glade]data/preferences_dialog.ui
[type: gettext/glade]data/program_dialog.ui
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]