Feature #1906
closeddoc: install man page and ship pdf
Description
"make install" should install the man page.
Also I would like the tarball to ship with the pdf included, which means make distcheck has to generate it.
Updated by Jason Ish about 8 years ago
The man page should already get installed, provided its in the distribution tarball but it appears the distribution tarball does not have the man page "suricata.1". For this to happen, the system building the distribution needs sphinx installed so it can create the man page.
Updated by Victor Julien about 8 years ago
I'm running the 'make dist' on a system with sphinx installed.
Updated by Jason Ish about 8 years ago
What is it?
On Fedora 24 make dist produces a distribution that gets the man page installed on older versions of CentOS.
Updated by Victor Julien about 8 years ago
Actually I can see that the man page does get installed from the tarball. So that part works.
Updated by Jason Ish about 8 years ago
- Status changed from Assigned to Closed
- Target version changed from 70 to 3.2rc1
Closing, was merged.
https://github.com/inliniac/suricata/pull/2328