diff options
author | rofl0r <retnyg@gmx.net> | 2016-12-20 20:07:23 +0000 |
---|---|---|
committer | rofl0r <retnyg@gmx.net> | 2016-12-20 21:06:20 +0000 |
commit | 909528e29c57fe8050a2f9160410e5e72b2f099b (patch) | |
tree | b84efb0319693cb238db93ca4769b96a00b31102 /docs/man5/Makefile.am | |
parent | 4e0951afd91c4b342d9fc35382c9e9ab203ebfca (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.am | 3 |
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) |