From: Peter van Dijk Date: Tue, 25 Jun 2013 16:01:11 +0000 (+0200) Subject: include dnstcpbench manual page X-Git-Tag: auth-3.3-rc2~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=16a5430c08c80bf7d490a3a6018ab1b12a55e8c0;p=thirdparty%2Fpdns.git include dnstcpbench manual page --- diff --git a/Makefile.am b/Makefile.am index b303a4f74b..bf141a4b59 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,6 +12,7 @@ man8_MANS=pdns/docs/pdns_control.8 pdns/docs/pdnssec.8 pdns/docs/pdns_server.8 if TOOLS man8_MANS += pdns/docs/dnsreplay.8 pdns/docs/dnsscope.8 pdns/docs/dnswasher.8 \ pdns/docs/zone2ldap.8 pdns/docs/zone2sql.8 + man1_MANS = pdns/docs/dnstcpbench.1 endif install-exec-local: diff --git a/debian-pdns/rules b/debian-pdns/rules index 9b585d9755..3b56060c8a 100755 --- a/debian-pdns/rules +++ b/debian-pdns/rules @@ -135,6 +135,8 @@ binary-main-prepare: mv "$(tmpdir)"/usr/bin/$$prog "$(tools_tmpdir)"/usr/bin ; \ [ -e "$(tmpdir)"/usr/share/man/man8/"$$prog".8 ] && \ mv "$(tmpdir)"/usr/share/man/man8/"$$prog".8 "$(tools_tmpdir)"/usr/share/man/man8/ ; \ + [ -e "$(tmpdir)"/usr/share/man/man8/"$$prog".1 ] && \ + mv "$(tmpdir)"/usr/share/man/man8/"$$prog".1 "$(tools_tmpdir)"/usr/share/man/man1/ ; \ strip --remove-section=.comment --remove-section=.note \ --strip-unneeded \ "$(tools_tmpdir)"/usr/bin/"$$prog" ; \ diff --git a/pdns.spec b/pdns.spec index d4d84e4028..5a850126c5 100644 --- a/pdns.spec +++ b/pdns.spec @@ -66,3 +66,4 @@ These are the tools "/usr/man/man8/dnsreplay.8" "/usr/man/man8/dnsscope.8" "/usr/man/man8/dnswasher.8" +"/usr/man/man1/dnstcpbench.1"