[gucharmap] help: Remove obsolete translations not using g-d-u



commit 34db885b2345d8bbd97fd36078be5bc3e76986ed
Author: Christian Persch <chpe gnome org>
Date:   Mon Jun 4 15:34:49 2012 +0200

    help: Remove obsolete translations not using g-d-u
    
    They've had quite enough time yet to update; drop the obsolete stuff.

 configure.ac                            |    6 +-
 help/Makefile.am                        |   12 -
 help/it/Makefile.am                     |   10 -
 help/it/figures/gucharmap_window.png    |  Bin 36427 -> 0 bytes
 help/it/gucharmap-it.omf                |   30 --
 help/it/gucharmap.xml                   |  705 -------------------------------
 help/it/legal.xml                       |   27 --
 help/ja/Makefile.am                     |   10 -
 help/ja/figures/gucharmap_window.png    |  Bin 29977 -> 0 bytes
 help/ja/gucharmap-ja.omf                |   29 --
 help/ja/gucharmap.xml                   |  671 -----------------------------
 help/ja/legal.xml                       |   46 --
 help/zh_HK/Makefile.am                  |   10 -
 help/zh_HK/figures/gucharmap_window.png |  Bin 29977 -> 0 bytes
 help/zh_HK/gucharmap-zh_HK.omf          |   12 -
 help/zh_HK/gucharmap.xml                |  509 ----------------------
 help/zh_HK/legal.xml                    |   25 --
 help/zh_TW/Makefile.am                  |   10 -
 help/zh_TW/figures/gucharmap_window.png |  Bin 29977 -> 0 bytes
 help/zh_TW/gucharmap-zh_TW.omf          |   12 -
 help/zh_TW/gucharmap.xml                |  509 ----------------------
 help/zh_TW/legal.xml                    |   25 --
 22 files changed, 1 insertions(+), 2657 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 905236a..2f40aa9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -139,7 +139,7 @@ AC_SUBST(GTK_LIBS)
 AH_TEMPLATE([ENABLE_UNIHAN], [Define if you want CJK ideograph information])
 AC_ARG_ENABLE(unihan, 
               AC_HELP_STRING([--disable-unihan], 
-                             [don't build in CJK ideograph information]))
+                             [do not build in CJK ideograph information]))
 if test "x$enable_unihan" != "xno" ; then
     AC_DEFINE([ENABLE_UNIHAN],[1],[Define if you want CJK ideograph information])
 fi
@@ -283,10 +283,6 @@ gucharmap/Makefile
 gucharmap/gucharmap.gresource.xml
 gucharmap/gucharmap.h
 help/Makefile
-help/it/Makefile
-help/ja/Makefile
-help/zh_HK/Makefile
-help/zh_TW/Makefile
 pixmaps/Makefile
 po/Makefile.in
 ])
diff --git a/help/Makefile.am b/help/Makefile.am
index d57689f..9d39f24 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -7,16 +7,4 @@ DOC_INCLUDES =
 
 DOC_LINGUAS = bg ca cs de el en_GB es fi fr gl ko oc pt_BR ru sl sv vi zh_CN
 
-# These should be converted to use gnome-doc-utils
-# http://live.gnome.org/GnomeDocUtilsTranslationMigration
-# Please remember also to remove help/langcode/Makefile from toplevel
-# configure.ac's AC_CONFIG_FILES, and remove your directory from
-# the SUBDIRS below.
-#
-# Only continue to support these for gtk 2
-
-if HAVE_GTK_2
-SUBDIRS = it ja zh_HK zh_TW
-endif
-
 -include $(top_srcdir)/git.mk



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