aboutsummaryrefslogtreecommitdiffstats
path: root/fuse/Makefile.am
diff options
context:
space:
mode:
authorrelan <relan@users.noreply.github.com>2015-08-21 22:04:10 +0300
committerrelan <relan@users.noreply.github.com>2015-08-26 11:51:36 +0300
commit8421f50a0ac410d5f440fdae89958d460bfeeae7 (patch)
tree8eac1c5e4898680554ca118cdbd3963bff23ebc5 /fuse/Makefile.am
parentd6f9ccd0deaedfabda0c377b7fa09290642a6fd8 (diff)
downloadandroid_external_exfat-8421f50a0ac410d5f440fdae89958d460bfeeae7.tar.gz
android_external_exfat-8421f50a0ac410d5f440fdae89958d460bfeeae7.tar.bz2
android_external_exfat-8421f50a0ac410d5f440fdae89958d460bfeeae7.zip
Include man pages into distribution.
They are not installed.
Diffstat (limited to 'fuse/Makefile.am')
-rw-r--r--fuse/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/fuse/Makefile.am b/fuse/Makefile.am
index 62ecaf1..ce36b35 100644
--- a/fuse/Makefile.am
+++ b/fuse/Makefile.am
@@ -21,6 +21,7 @@
#
sbin_PROGRAMS = mount.exfat-fuse
+dist_man8_MANS = mount.exfat-fuse.8
mount_exfat_fuse_SOURCES = main.c
mount_exfat_fuse_CPPFLAGS = -I$(top_srcdir)/libexfat
mount_exfat_fuse_CFLAGS = $(FUSE_CFLAGS)