summaryrefslogtreecommitdiff
path: root/doc/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'doc/meson.build')
-rw-r--r--doc/meson.build9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/meson.build b/doc/meson.build
new file mode 100644
index 0000000..53314a4
--- /dev/null
+++ b/doc/meson.build
@@ -0,0 +1,9 @@
+man1_dir = join_paths(mm_mandir, 'man1')
+
+install_data('mate-autogen.1',
+ install_dir : man1_dir
+)
+
+install_data('mate-doc-common.1',
+ install_dir : man1_dir
+)