[gnome-photos/userdocs: 2/2] Build system integration.



commit 436632474e4834d520d7d1765aac24f5fcc80bc5
Author: Aruna Sankaranarayanan <arunasank src gnome org>
Date:   Thu Mar 20 17:32:28 2014 +0530

    Build system integration.

 Makefile.am      |    2 +-
 configure.ac     |   11 +++++++++++
 help/Makefile.am |   17 +++++++++++++++++
 3 files changed, 29 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 622fbf7..3be4d9b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
 ACLOCAL_AMFLAGS = -I m4 -I libgd ${ACLOCAL_FLAGS}
 
-SUBDIRS = . data libgd src po
+SUBDIRS = . data libgd src po help
 
 INTLTOOL_FILES = \
        intltool-extract.in \
diff --git a/configure.ac b/configure.ac
index 3339e09..8a0c77e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -128,11 +128,22 @@ if test -z "$DESKTOP_FILE_VALIDATE"; then
   AC_MSG_ERROR([desktop-file-validate not found])
 fi
 
+#############################################
+#Documentation
+#############################################
+
+YELP_HELP_INIT
+
+#############################################
+# Files to generate
+#############################################
+
 AC_CONFIG_FILES([
 Makefile
 data/Makefile
 data/org.gnome.Photos.desktop.in
 data/icons/Makefile
+help/Makefile
 libgd/Makefile
 src/Makefile
 po/Makefile.in
diff --git a/help/Makefile.am b/help/Makefile.am
new file mode 100644
index 0000000..f420d74
--- /dev/null
+++ b/help/Makefile.am
@@ -0,0 +1,17 @@
+ YELP_HELP_RULES@
+
+HELP_ID = gnome-photos 
+
+# Help pages
+HELP_FILES = \
+       index.page \
+       legal.xml \
+       view.page \
+       view-album.page \
+       view-favorites.page
+
+# Media files
+HELP_MEDIA =
+
+# Translated languages, blank if no translations exist
+HELP_LINGUAS = 


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