From d1f6f9ba2ca0209a817faaa1b86e8064fad3fe39 Mon Sep 17 00:00:00 2001 From: mouse <15132211195@163.com> Date: Fri, 26 May 2023 00:13:22 +0800 Subject: Add meson compilation support (#36) --- doc/meson.build | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/meson.build (limited to 'doc') 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 +) -- cgit v1.2.1