[goobox] fixed errors issued by make distcheck



commit 9cacad5078ccddf18fe6225c61e56e5d843c3323
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Fri Jun 3 10:08:45 2011 +0200

    fixed errors issued by make distcheck

 data/Makefile.am      |    1 +
 po/POTFILES.in        |    1 +
 po/update-potfiles.sh |    2 +-
 3 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index 036d5c5..9a30b41 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -19,6 +19,7 @@ convertdir = $(datadir)/GConf/gsettings
 convert_DATA = goobox.convert
 
 EXTRA_DIST = 				\
+	$(convert_DATA)			\
 	$(gsettingsschema_in_files)	\
 	$(desktop_in_in_files)		\
 	$(desktop_in_files)		\
diff --git a/po/POTFILES.in b/po/POTFILES.in
index be1c5cc..647853a 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -8,6 +8,7 @@ copy-n-paste/eggsmclient.h
 copy-n-paste/eggsmclient-private.h
 copy-n-paste/eggsmclient-xsmp.c
 data/goobox.desktop.in.in
+data/org.gnome.Goobox.gschema.xml.in
 [type: gettext/glade]data/ui/cover-chooser.ui
 [type: gettext/glade]data/ui/extract.ui
 [type: gettext/glade]data/ui/format-options.ui
diff --git a/po/update-potfiles.sh b/po/update-potfiles.sh
index e3ffc5d..e6e89e3 100644
--- a/po/update-potfiles.sh
+++ b/po/update-potfiles.sh
@@ -3,7 +3,7 @@
 echo "# DO NOT EDIT.  This file is automatically generated."
 echo "# List of source files which contain translatable strings."
 echo "[encoding: UTF-8]"
-files=`find .. \( -name '*.c' -o -name '*.h' -o -name '*.cpp' -o -name '*.ui' -o -name '*.schemas.in' -o -name '*.desktop.in.in' -o -name '*.extension.in.in' \) -printf "%P\n" | sort`
+files=`find .. \( -name '*.c' -o -name '*.h' -o -name '*.cpp' -o -name '*.ui' -o -name '*.schemas.in' -o -name "*.gschema.xml.in" -o -name '*.desktop.in.in' -o -name '*.extension.in.in' \) -printf "%P\n" | sort`
 for f in $files; do
 	case $f in
         build/*) ;;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]