summaryrefslogtreecommitdiffstats
path: root/docs/Makefile.am
diff options
context:
space:
mode:
authorGravatar Julien Lavergne2011-02-08 02:44:21 +0100
committerGravatar Martin Szulecki2011-02-08 21:09:10 +0100
commit95e32e28c3e44c774c5da20fcdc371e1c314964a (patch)
tree984297daccd5cc574070aefb5d18506af665088e /docs/Makefile.am
parent079a3201cb13729ec36a46f124e0500faa5e6771 (diff)
downloadifuse-95e32e28c3e44c774c5da20fcdc371e1c314964a.tar.gz
ifuse-95e32e28c3e44c774c5da20fcdc371e1c314964a.tar.bz2
Add a manpage
Diffstat (limited to 'docs/Makefile.am')
-rw-r--r--docs/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
new file mode 100644
index 0000000..5af0208
--- /dev/null
+++ b/docs/Makefile.am
@@ -0,0 +1,3 @@
+man_MANS = ifuse.1
+
+EXTRA_DIST = $(man_MANS)