]> granicus.if.org Git - pdns/commitdiff
include dnstcpbench manual page
authorPeter van Dijk <peter.van.dijk@netherlabs.nl>
Tue, 25 Jun 2013 16:01:11 +0000 (18:01 +0200)
committerPeter van Dijk <peter.van.dijk@netherlabs.nl>
Wed, 26 Jun 2013 07:25:41 +0000 (09:25 +0200)
Makefile.am
debian-pdns/rules
pdns.spec

index b303a4f74bf8125023dc9b04bdfe6c005171ea9f..bf141a4b592a9fa3415f762028bebac387454cf6 100644 (file)
@@ -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: 
index 9b585d9755d6f917d4563eef193c9e81ac537af2..3b56060c8a8ac08d94de096df01f98d12da4788d 100755 (executable)
@@ -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" ; \
index 5815aad4e5aaea556644aae15c22048d6c070003..0e0a287f7ef569307c10995caf1303eecb8f59b2 100644 (file)
--- 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"