[devhelp] meson: user doc (with yelp)
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [devhelp] meson: user doc (with yelp)
- Date: Tue, 13 Mar 2018 12:42:32 +0000 (UTC)
commit a0fcccec0d05b72d43afeba3c49689ebdf4b94de
Author: Sébastien Wilmet <swilmet gnome org>
Date: Tue Mar 13 13:38:19 2018 +0100
meson: user doc (with yelp)
help/LINGUAS | 7 +++++++
help/meson.build | 9 +++++++++
meson.build | 1 +
3 files changed, 17 insertions(+), 0 deletions(-)
---
diff --git a/help/LINGUAS b/help/LINGUAS
new file mode 100644
index 0000000..8332681
--- /dev/null
+++ b/help/LINGUAS
@@ -0,0 +1,7 @@
+cs
+de
+es
+hr
+hu
+pl
+pt_BR
diff --git a/help/meson.build b/help/meson.build
new file mode 100644
index 0000000..99391d3
--- /dev/null
+++ b/help/meson.build
@@ -0,0 +1,9 @@
+pages = [
+ 'index.page',
+ 'search.page'
+]
+
+GNOME.yelp(
+ 'devhelp',
+ sources : pages
+)
diff --git a/meson.build b/meson.build
index 0c6a0d2..d31b218 100644
--- a/meson.build
+++ b/meson.build
@@ -148,6 +148,7 @@ add_global_arguments(supported_warning_cflags, language : 'c')
subdir('data')
subdir('po')
+subdir('help')
subdir('devhelp')
subdir('src')
subdir('unit-tests')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]