[ease] Fix 'make distcheck'
- From: Stéphane Maniaci <maniacis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ease] Fix 'make distcheck'
- Date: Sun, 11 Jul 2010 19:23:28 +0000 (UTC)
commit e52b3b060f9f199044c2e992f34983220e9cddc9
Author: Stéphane Maniaci <stephane maniaci gmail com>
Date: Sun Jul 11 14:22:39 2010 -0500
Fix 'make distcheck'
Makefile.am | 2 +-
data/Makefile.am | 5 +++--
po/POTFILES.in | 2 +-
po/POTFILES.skip | 2 +-
4 files changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index c43ebef..72e7384 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -81,7 +81,7 @@ ease_LDADD = \
$(EASE_LIBS) \
$(NULL)
-EXTRA_DIST = data/ease.desktop.in \
+EXTRA_DIST = data/ease.desktop.in.in \
$(NULL)
DISTCLEANFILES = data/ease.desktop \
diff --git a/data/Makefile.am b/data/Makefile.am
index 5bd78d5..a76ec48 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -7,7 +7,8 @@ desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
svgdir = $(datadir)/ease/svg
svg_DATA = $(wildcard $(top_srcdir)/data/svg/*.svg)
-EXTRA_DIST = $(svg_DATA) $(desktop_in_files)
-
uidir = $(datadir)/ease/ui
ui_DATA = $(wildcard $(top_srcdir)/data/ui/*.ui)
+
+EXTRA_DIST = $(ui_DATA) $(svg_DATA) $(desktop_in_files)
+
diff --git a/po/POTFILES.in b/po/POTFILES.in
index caaebce..427ffef 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,6 +1,6 @@
# List of source files which contain translatable strings.
[encoding: UTF-8]
-# data/ease.desktop.in
+data/ease.desktop.in.in
data/ui/editor-window.ui
src/ease-about-dialog.vala
src/ease-actor.vala
diff --git a/po/POTFILES.skip b/po/POTFILES.skip
index da07012..721c132 100644
--- a/po/POTFILES.skip
+++ b/po/POTFILES.skip
@@ -1,5 +1,5 @@
-data/ease.desktop.in
plugins/flickr.ui
+data/ease.desktop.in
src/AboutDialog.c
src/Document.c
src/EditorWindow.c
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]