[gnome-klotski] meson: Install help



commit b162e80d10401e26af73cebbe648c5a14e93abec
Author: Jeremy Bicha <jbicha ubuntu com>
Date:   Sat Jan 12 08:40:16 2019 -0500

    meson: Install help

 help/LINGUAS     | 1 -
 help/meson.build | 6 ++++++
 meson.build      | 1 +
 3 files changed, 7 insertions(+), 1 deletion(-)
---
diff --git a/help/LINGUAS b/help/LINGUAS
index d200fdc..607c057 100644
--- a/help/LINGUAS
+++ b/help/LINGUAS
@@ -1,4 +1,3 @@
-C
 ca
 cs
 da
diff --git a/help/meson.build b/help/meson.build
new file mode 100644
index 0000000..255736b
--- /dev/null
+++ b/help/meson.build
@@ -0,0 +1,6 @@
+gnome.yelp ('meson.project_name()',
+            sources: [ 'index.docbook',
+                       'legal.xml'],
+            media: [ 'figures/gnotski_start-window.png',
+                     'figures/gnotski_win.png'],
+            symlink_media: true)
diff --git a/meson.build b/meson.build
index a11cc94..f5f767e 100644
--- a/meson.build
+++ b/meson.build
@@ -30,6 +30,7 @@ configure_file(output: 'config.h', configuration: conf)
 config_h_dir = include_directories('.')
 
 subdir('data')
+subdir('help')
 subdir('po')
 subdir('src')
 


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