[recipes/recipes-1.0] autotools integration
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [recipes/recipes-1.0] autotools integration
- Date: Fri, 24 Mar 2017 17:30:15 +0000 (UTC)
commit ab77eb1c294e180eb44cb28b01456bece5ebe623
Author: Matthias Clasen <mclasen redhat com>
Date: Fri Mar 24 17:18:34 2017 +0000
autotools integration
Makefile.am | 2 +-
configure.ac | 6 ++++++
help/Makefile.am | 31 +++++++++++++++++++++++++++++++
3 files changed, 38 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index f69e572..5927880 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = . libgd tools data src po po-data tests
+SUBDIRS = . libgd tools data src po po-data tests help
EXTRA_DIST = AUTHORS NEWS libgd.info
diff --git a/configure.ac b/configure.ac
index b6b12f0..739c88d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -151,6 +151,11 @@ dnl ***********************************************************************
LT_PREREQ([2.2])
LT_INIT
+dnl ***********************************************************************
+dnl Help
+dnl ***********************************************************************
+
+YELP_HELP_INIT
dnl ***********************************************************************
dnl Process .in Files
@@ -162,6 +167,7 @@ AC_CONFIG_FILES([
tools/Makefile
data/Makefile
tests/Makefile
+ help/Makefile
po/Makefile.in
po-data/Makefile.in
],[],
diff --git a/help/Makefile.am b/help/Makefile.am
new file mode 100644
index 0000000..5093aba
--- /dev/null
+++ b/help/Makefile.am
@@ -0,0 +1,31 @@
+@YELP_HELP_RULES@
+HELP_ID = org.gnome.Recipes
+
+HELP_MEDIA = \
+ images/down.png \
+ images/love.png \
+ images/Recipes.png \
+ images/rotate-left.png \
+ images/rotate-right.png \
+ images/search.png \
+ images/star.png \
+ images/trash.png
+
+HELP_FILES = \
+ add-recipe-description.page \
+ add-recipe-details.page \
+ add-recipe-directions.page \
+ add-recipe-ingredients.page \
+ add-recipe.page \
+ chef.page \
+ common-problems.page \
+ contribute.page \
+ cooking.page \
+ find-recipe.page \
+ index.page \
+ legal.xml \
+ notes.page \
+ share.page \
+ shop.page
+
+HELP_LINGUAS = de ko sv
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]