summaryrefslogtreecommitdiffstats
path: root/man/man5/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'man/man5/Makefile.am')
-rw-r--r--man/man5/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/man/man5/Makefile.am b/man/man5/Makefile.am
new file mode 100644
index 000000000..06a823325
--- /dev/null
+++ b/man/man5/Makefile.am
@@ -0,0 +1,5 @@
+man_MANS = spl-module-parameters.5
+EXTRA_DIST = $(man_MANS)
+
+install-data-local:
+ $(INSTALL) -d -m 0755 "$(DESTDIR)$(mandir)/man5"