[epiphany] Set up build system for user help



commit 5c4c05225c72958e92e130fe857dc64b6f8fea13
Author: Ekaterina Gerasimova <kittykat3756 gmail com>
Date:   Sat Jul 6 21:55:30 2013 +0100

    Set up build system for user help

 Makefile.am      |    2 +-
 configure.ac     |    7 +++++++
 help/Makefile.am |   37 +++++++++++++++++++++++++++++++++++++
 3 files changed, 45 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index e71acc9..b4c84c3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = lib embed src data po doc
+SUBDIRS = help lib embed src data po doc
 
 if ENABLE_TESTS
 SUBDIRS += tests
diff --git a/configure.ac b/configure.ac
index 2ebd5ca..ef1892f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -209,6 +209,12 @@ AC_SUBST([GETTEXT_PACKAGE])
 AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE],["$GETTEXT_PACKAGE"],[Gettext package])
 AM_GLIB_GNU_GETTEXT
 
+# *******************************
+# User help
+# *******************************
+
+YELP_HELP_INIT
+
 # ****************
 # Distributor name
 # ****************
@@ -242,6 +248,7 @@ data/Makefile
 data/epiphany.desktop.in
 data/pages/Makefile
 doc/Makefile
+help/Makefile
 lib/Makefile
 lib/egg/Makefile
 lib/history/Makefile
diff --git a/help/Makefile.am b/help/Makefile.am
new file mode 100644
index 0000000..89101ad
--- /dev/null
+++ b/help/Makefile.am
@@ -0,0 +1,37 @@
+ YELP_HELP_RULES@
+
+HELP_ID = epiphany
+
+HELP_MEDIA = \
+       media/epiphany-3-8.png \
+       media/private-browsing-3-8.png \
+       media/web-browser.png
+
+HELP_FILES = \
+       index.page \
+       introduction.page \
+       legal.xml \
+       bookmark.page \
+       bookmark-add.page \
+       bookmark-delete.page \
+       bookmark-edit.page \
+       bookmark-smart.page \
+       bookmark-topic.page \
+       browse-local.page \
+       browse-private.page \
+       browse-web.page \
+       browse-webapps.page \
+       cookies.xml \
+       data.page \
+       data-cookies.page \
+       data-passwords.page \
+       history.page \
+       history-delete.page \
+       pref.page \
+       pref-cookies.page \
+       pref-css.page \
+       pref-downloads.page \
+       pref-font.page \
+       pref-passwords.page
+
+HELP_LINGUAS = 


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