From: Wouter Wijngaards Date: Wed, 16 Jul 2008 12:15:23 +0000 (+0000) Subject: fixed makedist for manpage editing X-Git-Tag: release-1.0.1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d7ad2de3c529d9087d41a953e0099ab853e7520;p=thirdparty%2Funbound.git fixed makedist for manpage editing git-svn-id: file:///svn/unbound/trunk@1152 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/makedist.sh b/makedist.sh index 2b029d2d0..9c8d8aabd 100755 --- a/makedist.sh +++ b/makedist.sh @@ -212,11 +212,11 @@ if [ "$SNAPSHOT" = "yes" ]; then fi replace_all doc/README -replace_all doc/unbound.8 -replace_all doc/unbound.conf.5 -replace_all doc/unbound-checkconf.8 +replace_all doc/unbound.8.in +replace_all doc/unbound.conf.5.in +replace_all doc/unbound-checkconf.8.in replace_all doc/unbound-host.1 -replace_all doc/libunbound.3 +replace_all doc/libunbound.3.in info "Renaming Unbound directory to unbound-$version." cd ..