[gnome-nibbles/wip/vala: 2/4] Restore user help



commit 1aa336bae752872578095a93f97d9d5c0d2f1033
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sat Jun 27 11:33:16 2015 -0500

    Restore user help

 Makefile.am                       |    2 +-
 configure.ac                      |    7 +
 help/Makefile.am                  |    2 +-
 help/ca/ca.po                     |  603 -----------------------
 help/ca/figures/connect.png       |  Bin 34799 -> 0 bytes
 help/ca/figures/game.png          |  Bin 30608 -> 0 bytes
 help/ca/figures/intro.png         |  Bin 90445 -> 0 bytes
 help/ca/figures/playing.png       |  Bin 19450 -> 0 bytes
 help/ca/figures/tables.png        |  Bin 51558 -> 0 bytes
 help/ca/figures/worm_op.png       |  Bin 24123 -> 0 bytes
 help/en_GB/en_GB.po               |  910 ----------------------------------
 help/eu/eu.po                     |  921 ----------------------------------
 help/eu/figures/connect.png       |  Bin 35431 -> 0 bytes
 help/eu/figures/game.png          |  Bin 26657 -> 0 bytes
 help/eu/figures/intro.png         |  Bin 118784 -> 0 bytes
 help/eu/figures/tables.png        |  Bin 41168 -> 0 bytes
 help/eu/figures/worm_op.png       |  Bin 22859 -> 0 bytes
 help/it/figures/connect.png       |  Bin 41200 -> 0 bytes
 help/it/figures/game.png          |  Bin 32634 -> 0 bytes
 help/it/figures/intro.png         |  Bin 90925 -> 0 bytes
 help/it/figures/playing.png       |  Bin 23389 -> 0 bytes
 help/it/figures/tables.png        |  Bin 56414 -> 0 bytes
 help/it/figures/worm_op.png       |  Bin 26251 -> 0 bytes
 help/it/it.po                     |  499 -------------------
 help/oc/oc.po                     |  707 ---------------------------
 help/sl/sl.po                     |  712 ---------------------------
 help/sr/figures/connect.png       |  Bin 36459 -> 0 bytes
 help/sr/figures/game.png          |  Bin 37069 -> 0 bytes
 help/sr/figures/intro.png         |  Bin 76710 -> 0 bytes
 help/sr/figures/playing.png       |  Bin 22764 -> 0 bytes
 help/sr/figures/tables.png        |  Bin 52584 -> 0 bytes
 help/sr/figures/worm_op.png       |  Bin 26605 -> 0 bytes
 help/sr/sr.po                     |  893 ---------------------------------
 help/sr latin/figures/connect.png |  Bin 34833 -> 0 bytes
 help/sr latin/figures/game.png    |  Bin 36023 -> 0 bytes
 help/sr latin/figures/intro.png   |  Bin 79441 -> 0 bytes
 help/sr latin/figures/playing.png |  Bin 24760 -> 0 bytes
 help/sr latin/figures/tables.png  |  Bin 53106 -> 0 bytes
 help/sr latin/figures/worm_op.png |  Bin 25686 -> 0 bytes
 help/sr latin/sr latin po         |  893 ---------------------------------
 help/zh_CN/zh_CN.po               |  977 -------------------------------------
 41 files changed, 9 insertions(+), 7117 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index cfddca8..90cfeb5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = data po src
+SUBDIRS = data help po src
 
 MAINTAINERCLEANFILES = \
        $(GITIGNORE_MAINTAINERCLEANFILES_TOPLEVEL) \
diff --git a/configure.ac b/configure.ac
index 9b044ad..d13ec05 100644
--- a/configure.ac
+++ b/configure.ac
@@ -50,6 +50,12 @@ IT_PROG_INTLTOOL([0.50.2])
 AC_SUBST([GETTEXT_PACKAGE], [gnome-nibbles])
 
 dnl ###########################################################################
+dnl Documentation
+dnl ###########################################################################
+
+YELP_HELP_INIT
+
+dnl ###########################################################################
 dnl Files to generate
 dnl ###########################################################################
 
@@ -58,6 +64,7 @@ Makefile
 data/Makefile
 data/levels/Makefile
 data/pix/Makefile
+help/Makefile
 po/Makefile.in
 src/Makefile
 src/gnome-nibbles.gresource.xml
diff --git a/help/Makefile.am b/help/Makefile.am
index 254eb95..b9bb5cc 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -30,6 +30,6 @@ HELP_FILES =  \
        scores.page     \
        legal.xml
 
-HELP_LINGUAS = ca cs de el en_GB es eu fr hu it oc sl sr sr latin sv zh_CN
+HELP_LINGUAS = cs de el es fr hu sv
 
 -include $(top_srcdir)/git.mk


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