summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/creating_themes/meson.build3
-rw-r--r--doc/man/meson.build6
-rw-r--r--doc/meson.build2
3 files changed, 11 insertions, 0 deletions
diff --git a/doc/creating_themes/meson.build b/doc/creating_themes/meson.build
new file mode 100644
index 00000000..b62499e6
--- /dev/null
+++ b/doc/creating_themes/meson.build
@@ -0,0 +1,3 @@
+install_data('C/index.docbook',
+ install_dir : join_paths(get_option('datadir'), 'help', 'C', 'creating-marco-themes'))
+
diff --git a/doc/man/meson.build b/doc/man/meson.build
new file mode 100644
index 00000000..b565046f
--- /dev/null
+++ b/doc/man/meson.build
@@ -0,0 +1,6 @@
+install_man(['marco.1',
+ 'marco-theme-viewer.1',
+ 'marco-window-demo.1',
+ 'marco-message.1']
+ )
+
diff --git a/doc/meson.build b/doc/meson.build
new file mode 100644
index 00000000..6450e842
--- /dev/null
+++ b/doc/meson.build
@@ -0,0 +1,2 @@
+subdir('man')
+subdir('creating_themes')