[gimp-help-2] Don't build for languages without any translations.
- From: Roman Joost <romanofski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-help-2] Don't build for languages without any translations.
- Date: Tue, 4 Dec 2012 23:30:33 +0000 (UTC)
commit a5124d30b55cbca9a206e148b0c5093b82ab0dd5
Author: Roman Joost <roman bromeco de>
Date: Fri Sep 21 09:41:46 2012 +1000
Don't build for languages without any translations.
NEWS | 7 +++++++
configure.ac | 2 +-
2 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 0777c5c..b54f185 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,13 @@
GIMP-Help NEWS
--------------
+GIMP Help 2 release 2.8.1
+=========================
+
+- Dropped HTML generation for languages without translations: Catalan,
+ Danish, Croatian, Finnish, Lithuanian, Polish
+
+
GIMP Help 2 release 2.8.0
=========================
diff --git a/configure.ac b/configure.ac
index a0f2a1b..a861f7c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -57,7 +57,7 @@ AC_PROG_SED
# QUICKREFERENCE_ALL_LINGUAS *and* (intersecton) ALL_LINGUAS
if test "x$ALL_LINGUAS" = "x"; then
- ALL_LINGUAS="ca da de el en en_GB es fi fr hr it ja ko lt nl nn pl pt_BR ru sl sv zh_CN"
+ ALL_LINGUAS="de el en en_GB es fr it ja ko nl nn pt_BR ru sl sv zh_CN"
else
ALL_LINGUAS=`echo "$ALL_LINGUAS" | $SED -e 's/[,] */ /g'`
fi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]