[recipes/wip/help: 1/4] Add a stub help file



commit 76295a787d822c0854e94e048c4871d5709d8d52
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Mar 15 15:29:50 2017 -0400

    Add a stub help file
    
    This will be replaced by actual content eventually.
    For now, this lets us test how we can launch yelp.

 help/C/index.page |   13 +++++++++++++
 help/meson.build  |    2 ++
 meson.build       |    1 +
 3 files changed, 16 insertions(+), 0 deletions(-)
---
diff --git a/help/C/index.page b/help/C/index.page
new file mode 100644
index 0000000..d435434
--- /dev/null
+++ b/help/C/index.page
@@ -0,0 +1,13 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      xmlns:its="http://www.w3.org/2005/11/its";
+      type="guide"
+      id="index">
+
+  <info>
+    <revision pkgversion="0.22.0" date="2017-03-15" status="stub" />
+
+  </info>
+
+  <title>Recipes</title>
+
+</page>
diff --git a/help/meson.build b/help/meson.build
new file mode 100644
index 0000000..876d7f1
--- /dev/null
+++ b/help/meson.build
@@ -0,0 +1,2 @@
+install_data ('C/index.page',
+              install_dir: join_paths([datadir,'help/C/org.gnome.Recipes']))
diff --git a/meson.build b/meson.build
index f60e3ab..bc3a4e5 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]