[gnome-terminal] help: Remove old non-g-d-u help translations



commit 262544616452aae18387927d8cb56771a97079bf
Author: Jeremy Bicha <jbicha ubuntu com>
Date:   Sat Jun 2 14:59:38 2012 -0400

    help: Remove old non-g-d-u help translations
    
    Those haven't been touched for years, and are now obsolete.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=677003

 configure.ac                                  |    4 -
 help/Makefile.am                              |   12 +-
 help/bg/Makefile.am                           |   10 -
 help/bg/figures/gnome-terminal-default.png    |  Bin 17871 -> 0 bytes
 help/bg/figures/gnome-terminal-tabbed.png     |  Bin 23057 -> 0 bytes
 help/bg/gnome-terminal-bg.omf                 |   18 -
 help/bg/gnome-terminal.xml                    |  943 -----------------
 help/bg/legal.xml                             |    9 -
 help/ja/Makefile.am                           |   10 -
 help/ja/figures/gnome-terminal-default.png    |  Bin 9267 -> 0 bytes
 help/ja/figures/gnome-terminal-tabbed.png     |  Bin 11765 -> 0 bytes
 help/ja/gnome-terminal-ja.omf                 |   35 -
 help/ja/gnome-terminal.xml                    | 1388 ------------------------
 help/ja/legal.xml                             |   47 -
 help/ro/Makefile.am                           |   10 -
 help/ro/figures/gnome-terminal-default.png    |  Bin 8503 -> 0 bytes
 help/ro/figures/gnome-terminal-tabbed.png     |  Bin 8571 -> 0 bytes
 help/ro/gnome-terminal-ro.omf                 |   35 -
 help/ro/gnome-terminal.xml                    | 1403 -------------------------
 help/ro/legal.xml                             |   70 --
 help/zh_TW/Makefile.am                        |   10 -
 help/zh_TW/figures/gnome-terminal-default.png |  Bin 10085 -> 0 bytes
 help/zh_TW/figures/gnome-terminal-tabbed.png  |  Bin 10175 -> 0 bytes
 help/zh_TW/gnome-terminal-zh_TW.omf           |   35 -
 help/zh_TW/gnome-terminal.xml                 | 1212 ---------------------
 help/zh_TW/legal.xml                          |   54 -
 26 files changed, 9 insertions(+), 5296 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 4f6757f..dbb5e01 100644
--- a/configure.ac
+++ b/configure.ac
@@ -216,10 +216,6 @@ gnome-terminal.desktop.in
 src/Makefile
 src/terminal-version.h
 help/Makefile
-help/bg/Makefile
-help/ro/Makefile
-help/ja/Makefile
-help/zh_TW/Makefile
 po/Makefile.in
 ])
 AC_OUTPUT
diff --git a/help/Makefile.am b/help/Makefile.am
index 651505a..b6ee424 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -1,12 +1,18 @@
 @YELP_HELP_RULES@
+
+NULL =
+
 HELP_ID = gnome-terminal
 
-HELP_MEDIA = figures/gnome-terminal-default.png \
-	figures/gnome-terminal-tabbed.png
+HELP_MEDIA = \
+	figures/gnome-terminal-default.png \
+	figures/gnome-terminal-tabbed.png \
+	$(NULL)
 
 HELP_FILES = \
 	index.docbook \
-	legal.xml
+	legal.xml \
+	$(NULL)
 
 HELP_LINGUAS = ca cs da de el en_GB es fr gl it ko oc pt_BR ru sl sv te uk zh_CN
 



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