[gnome-photos/userdocs: 2/2] Integrate help with gnome-photos.
- From: Aruna Sankaranarayanan <arunasank src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-photos/userdocs: 2/2] Integrate help with gnome-photos.
- Date: Thu, 20 Mar 2014 12:10:02 +0000 (UTC)
commit 356a02ac21495e51a21e7c6bf5abacc91f09f919
Author: Aruna Sankaranarayanan <arunasank src gnome org>
Date: Thu Mar 20 17:32:28 2014 +0530
Integrate help with gnome-photos.
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..eb0772b 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
+dnl #############################################
+dnl Documentation
+dnl #############################################
+
+YELP_HELP_INIT
+
+dnl #############################################
+dnl Files to generate
+dnl #############################################
+
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..80671f6
--- /dev/null
+++ b/help/Makefile.am
@@ -0,0 +1,17 @@
+ YELP_HELP_RULES@
+
+HELP_ID = applicationname
+
+# Media files
+HELP_MEDIA = \
+
+# Help pages
+HELP_FILES = \
+ index.page \
+ legal.xml \
+ view.page \
+ view-album.page \
+ view-favorites.page
+
+# Translated languages, blank if no translations exist
+HELP_LINGUAS =
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]