From 909528e29c57fe8050a2f9160410e5e72b2f099b Mon Sep 17 00:00:00 2001 From: rofl0r Date: Tue, 20 Dec 2016 20:07:23 +0000 Subject: 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 --- docs/man5/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/man5') 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) -- cgit v1.2.3