[gnome-photos/userdocs: 2/2] Build system integration.
- From: Aruna Sankaranarayanan <arunasank src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-photos/userdocs: 2/2] Build system integration.
- Date: Thu, 20 Mar 2014 13:39:38 +0000 (UTC)
commit 63c0d51f21c285f5e1c4ee62284255cc54fa3c33
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 | 14 ++++++++++++++
3 files changed, 26 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..5e95a42
--- /dev/null
+++ b/help/Makefile.am
@@ -0,0 +1,14 @@
+ YELP_HELP_RULES@
+
+HELP_ID = gnome-photos
+
+HELP_FILES = \
+ index.page \
+ legal.xml \
+ view.page \
+ view-album.page \
+ view-favorites.page
+
+HELP_MEDIA =
+
+HELP_LINGUAS =
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]