[recipes/recipes-1.0] Add meson build integration



commit a74dfbddd57d31242ee2892b577c51402f5508d1
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Mar 24 17:25:11 2017 +0000

    Add meson build integration

 help/meson.build |   26 ++++++++++++++++++++++++++
 meson.build      |    1 +
 2 files changed, 27 insertions(+), 0 deletions(-)
---
diff --git a/help/meson.build b/help/meson.build
new file mode 100644
index 0000000..8815aab
--- /dev/null
+++ b/help/meson.build
@@ -0,0 +1,26 @@
+ gnome.yelp('org.gnome.Recipes',
+           sources: ['add-recipe-description.page',
+                     'add-recipe-details.page',
+                     'add-recipe-directions.page',
+                     'add-recipe-images.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'],
+           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'],
+            languages: ['de', 'ko', 'sv'])
diff --git a/meson.build b/meson.build
index 48179e2..d9e6a8d 100644
--- a/meson.build
+++ b/meson.build
@@ -106,5 +106,6 @@ subdir('data')
 subdir('po')
 subdir('po-data')
 subdir('tests')
+subdir('help')
 
 meson.add_install_script('meson_post_install.py')


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