From 9f96db71252fc66b72c433e2ca0d49e031c6a5fd Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Thu, 5 Jan 2017 09:37:00 -0800 Subject: Added experimental support for building with Meson+Ninja --- doc/meson.build | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc/meson.build (limited to 'doc/meson.build') diff --git a/doc/meson.build b/doc/meson.build new file mode 100644 index 0000000..eb81f3d --- /dev/null +++ b/doc/meson.build @@ -0,0 +1,5 @@ +# Attention, emacs, please use -*- mode: python -*- +# (even though this isn't actually Python code) + +install_man('fusermount3.1', 'mount.fuse.8') + -- cgit v1.2.3