diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 2 | ||||
-rw-r--r-- | doc/meson.build | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 8801da2..531a6c4 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -2,4 +2,4 @@ dist_man_MANS = fusermount3.1 mount.fuse.8 -EXTRA_DIST = kernel.txt Doxyfile html README.NFS +EXTRA_DIST = kernel.txt Doxyfile html README.NFS 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') + |