[gnome-builder] help: remove yelp-based help



commit ccf8ed9eec40cd082d9d1f53e3131ac63b60491d
Author: Christian Hergert <chergert redhat com>
Date:   Wed Mar 8 14:47:53 2017 -0800

    help: remove yelp-based help
    
    We now rely on the help code that is going into doc/. We can just redirect
    to builder.readthedocs.io until we statically generate docs and bundle
    them.

 Makefile.am                                  |    2 +-
 build/autotools/yelp.m4                      |  213 --------------------------
 configure.ac                                 |    8 -
 help/C/figures/icon.png                      |  Bin 3857 -> 0 bytes
 help/C/file-open.page                        |   29 ----
 help/C/index.page                            |   21 ---
 help/C/introduction.page                     |   35 -----
 help/C/legal.xml                             |   12 --
 help/C/project-build.page                    |   29 ----
 help/C/project-create.page                   |   29 ----
 help/C/project-select.page                   |   44 ------
 help/Makefile.am                             |   18 ---
 help/cs/cs.po                                |   96 ------------
 help/de/de.po                                |   88 -----------
 help/el/el.po                                |   98 ------------
 help/es/es.po                                |  112 --------------
 help/hu/hu.po                                |   95 ------------
 help/meson.build                             |    9 -
 help/pt_BR/pt_BR.po                          |   99 ------------
 help/sv/sv.po                                |  105 -------------
 help/tr/tr.po                                |   95 ------------
 libide/application/ide-application-actions.c |    2 +-
 22 files changed, 2 insertions(+), 1237 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 54b6425..f86f578 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = . build contrib data libide src plugins tools po tests doc help
+SUBDIRS = . build contrib data libide src plugins tools po tests doc
 
 ACLOCAL_AMFLAGS = -I build/autotools
 
diff --git a/configure.ac b/configure.ac
index e246f95..ef5c100 100644
--- a/configure.ac
+++ b/configure.ac
@@ -75,12 +75,6 @@ AM_GNU_GETTEXT([external])
 
 
 dnl ***********************************************************************
-dnl User documentation
-dnl ***********************************************************************
-YELP_HELP_INIT
-
-
-dnl ***********************************************************************
 dnl Check for Required Programs
 dnl ***********************************************************************
 AC_PROG_CC
@@ -543,8 +537,6 @@ AC_CONFIG_FILES([
        doc/Makefile
        doc/examples/Makefile
 
-       help/Makefile
-
        po/Makefile.in
 
        src/Makefile
diff --git a/libide/application/ide-application-actions.c b/libide/application/ide-application-actions.c
index 82aaba3..fab7d51 100644
--- a/libide/application/ide-application-actions.c
+++ b/libide/application/ide-application-actions.c
@@ -160,7 +160,7 @@ ide_application_actions_help (GSimpleAction *action,
   focused_window = gtk_application_get_active_window (GTK_APPLICATION (self));
 
   gtk_show_uri_on_window (focused_window,
-                          "help:gnome-builder",
+                          "https://builder.readthedocs.io";,
                           gtk_get_current_event_time (),
                           &err);
   if (err)


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