Skip to content

Commit

Permalink
move manpages to section 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter van Dijk committed Jan 20, 2015
1 parent 075006f commit 1e39b4c
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 11 deletions.
8 changes: 4 additions & 4 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ pdns/named.conf.parsertest regression-tests/zones/unit.test

ACLOCAL_AMFLAGS = -I m4

man8_MANS=pdns/docs/pdns_control.8 pdns/docs/pdnssec.8 pdns/docs/pdns_server.8 \
pdns/docs/zone2ldap.8 pdns/docs/zone2sql.8
man1_MANS=pdns/docs/pdns_control.1 pdns/docs/pdnssec.1 pdns/docs/pdns_server.1 \
pdns/docs/zone2ldap.1 pdns/docs/zone2sql.1

if TOOLS
man8_MANS += pdns/docs/dnsreplay.8 pdns/docs/dnsscope.8 pdns/docs/dnswasher.8
man1_MANS = pdns/docs/dnstcpbench.1 pdns/docs/dnsdist.1
man1_MANS += pdns/docs/dnsreplay.1 pdns/docs/dnsscope.1 pdns/docs/dnswasher.1
man1_MANS += pdns/docs/dnstcpbench.1 pdns/docs/dnsdist.1
endif

pdns/docs/dnstcpbench.1:
Expand Down
1 change: 1 addition & 0 deletions debian-pdns/rules
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ binary-main-prepare:
rm -f "$(tmpdir)"/usr/bin/zone2ldap
rm -rf "$(tmpdir)"/usr/lib
rm -f "$(tmpdir)"/usr/share/man/man8/zone2ldap.8
rm -f "$(tmpdir)"/usr/share/man/man1/zone2ldap.1
strip --remove-section=.comment --remove-section=.note \
--strip-unneeded \
"$(tmpdir)"/usr/bin/zone2sql \
Expand Down
14 changes: 7 additions & 7 deletions pdns.spec
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ backend'.
"/usr/bin/zone2json"
"/usr/bin/pdnssec"
#"/usr/bin/zone2ldap"
"/usr/share/man/man8/pdns_control.8"
"/usr/share/man/man8/pdns_server.8"
"/usr/share/man/man8/zone2sql.8"
"/usr/share/man/man8/pdnssec.8"
"/usr/share/man/man1/pdns_control.1"
"/usr/share/man/man1/pdns_server.1"
"/usr/share/man/man1/zone2sql.1"
"/usr/share/man/man1/pdnssec.1"
"/usr/share/doc/pdns/*.sql"

%dir "/etc/powerdns/"
Expand Down Expand Up @@ -66,8 +66,8 @@ These are the tools
"/usr/bin/nproxy"
"/usr/bin/nsec3dig"
"/usr/bin/saxfr"
"/usr/share/man/man8/dnsreplay.8"
"/usr/share/man/man8/dnsscope.8"
"/usr/share/man/man8/dnswasher.8"
"/usr/share/man/man1/dnsreplay.1"
"/usr/share/man/man1/dnsscope.1"
"/usr/share/man/man1/dnswasher.1"
"/usr/share/man/man1/dnstcpbench.1"
"/usr/share/man/man1/dnsdist.1"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 1e39b4c

Please sign in to comment.