[gnome-music] set up build system for user help



commit 9a1227c54b09bf866cdbb8ee20ff7c6aaaedecd5
Author: Shobha Tyagi <tyagishobha gmail com>
Date:   Thu Feb 20 21:41:14 2014 +0530

    set up build system for user help
    
    https://bugzilla.gnome.org/show_bug.cgi?id=724818

 Makefile.am      |    2 +-
 configure.ac     |    3 +++
 help/Makefile.am |    9 +++++++++
 3 files changed, 13 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 341c920..7afbaa8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,7 +3,7 @@ NULL =
 
 bin_SCRIPTS = gnome-music
 
-SUBDIRS = libgd gnomemusic data po
+SUBDIRS = help libgd gnomemusic data po
 
 EXTRA_DIST = \
        AUTHORS.in \
diff --git a/configure.ac b/configure.ac
index 4aa9d7e..3ba2ab0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,6 +19,8 @@ AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE",
                    [The prefix for our gettext translation domains.])
 IT_PROG_INTLTOOL(0.26)
 
+YELP_HELP_INIT
+
 AC_PROG_CC
 AM_PROG_CC_C_O
 LT_INIT([disable-static])
@@ -42,6 +44,7 @@ PKG_CHECK_MODULES(GRL, grilo-0.2 >= $GRL_MIN_VERSION)
 AC_CONFIG_FILES([
   Makefile
   data/Makefile
+  help/Makefile
   data/headerbar.ui
   data/AboutDialog.ui
   data/PlaylistDialog.ui
diff --git a/help/Makefile.am b/help/Makefile.am
new file mode 100644
index 0000000..f5315ab
--- /dev/null
+++ b/help/Makefile.am
@@ -0,0 +1,9 @@
+ YELP_HELP_RULES@
+
+HELP_ID = gnome-music
+
+HELP_FILES =
+
+HELP_MEDIA =
+
+HELP_LINGUAS =


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