summaryrefslogtreecommitdiffhomepage
path: root/docs/man5/Makefile.am
diff options
context:
space:
mode:
authorrofl0r <retnyg@gmx.net>2016-12-20 20:07:23 +0000
committerrofl0r <retnyg@gmx.net>2016-12-20 21:06:20 +0000
commit909528e29c57fe8050a2f9160410e5e72b2f099b (patch)
treeb84efb0319693cb238db93ca4769b96a00b31102 /docs/man5/Makefile.am
parent4e0951afd91c4b342d9fc35382c9e9ab203ebfca (diff)
ship manpages as part of the dist tarball
`make dist` now creates the manpages and puts them into the tarball, so the user does not need to have `a2x` installed to build them. closes #2
Diffstat (limited to 'docs/man5/Makefile.am')
-rw-r--r--docs/man5/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/man5/Makefile.am b/docs/man5/Makefile.am
index 8143932..b2a9dd3 100644
--- a/docs/man5/Makefile.am
+++ b/docs/man5/Makefile.am
@@ -18,3 +18,6 @@ endif
CLEANFILES = \
$(MAN5_FILES:.txt=.5) \
$(MAN5_FILES:.txt=.xml)
+
+EXTRA_DIST = \
+ $(MAN5_FILES:.txt=.5)