[recipes] Add a stub help file
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [recipes] Add a stub help file
- Date: Fri, 17 Mar 2017 23:27:59 +0000 (UTC)
commit b755f1977e80d55cb84269a8a306294f7e6d5c53
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..943e0b9
--- /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="1.1.1" date="2017-03-17" 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 efb5603..47c4d96 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]