[gthumb] updated POTFILES.in and the script to update it
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb] updated POTFILES.in and the script to update it
- Date: Sat, 28 Dec 2013 19:09:10 +0000 (UTC)
commit d1c83eddc417533b2c5911d2489b5c78f16a14b3
Author: Paolo Bacchilega <paobac src gnome org>
Date: Sat Dec 28 20:06:33 2013 +0100
updated POTFILES.in and the script to update it
po/POTFILES.in | 2 ++
po/update-potfiles.sh | 2 +-
2 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 69eee2b..5def632 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -74,6 +74,8 @@ extensions/cairo_io/cairo-image-surface-png.c
extensions/cairo_io/cairo-image-surface-png.h
extensions/cairo_io/cairo-image-surface-svg.c
extensions/cairo_io/cairo-image-surface-svg.h
+extensions/cairo_io/cairo-image-surface-tiff.c
+extensions/cairo_io/cairo-image-surface-tiff.h
extensions/cairo_io/cairo-image-surface-webp.c
extensions/cairo_io/cairo-image-surface-webp.h
extensions/cairo_io/cairo-image-surface-xcf.c
diff --git a/po/update-potfiles.sh b/po/update-potfiles.sh
index 5cb5ee5..8009dcf 100644
--- a/po/update-potfiles.sh
+++ b/po/update-potfiles.sh
@@ -6,7 +6,7 @@ echo "# DO NOT EDIT. This file is automatically generated, to"
echo "# update the content run the following command:"
echo "# sh update-potfiles.sh > POTFILES.in"
echo "[encoding: UTF-8]"
-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`
+files=`find .. \( -name '*.c' -o -name '*.h' -o -name '*.cpp' -o -name '*.ui' -o -name '*.schemas.in' -o
-name "*.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]