From: Kevin Z. <kev...@gm...> - 2021-08-04 17:30:27
|
Hi Nico, On 8/4/21 1:46 AM, Nico Schottelius wrote: > that's great! I just tried to compile sshguard on Alpine Linux using > > autoreconf -i > ./configure > make > > make[1]: *** No rule to make target 'doc/sshguard-setup.7', needed by 'all-am'. Stop. You are missing rst2man, the program used to generate the man pages. We'll try to fix the Git build without rst2man, but usually this isn't an issue because we ship the generated man pages in release tarballs. For now, you can install rst2man (usually in a package named python-docutils or the like) or wait to see if we can fix the rules :) Regards, Kevin |