]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
fixed makedist for manpage editing release-1.0.1
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 16 Jul 2008 12:15:23 +0000 (12:15 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 16 Jul 2008 12:15:23 +0000 (12:15 +0000)
git-svn-id: file:///svn/unbound/trunk@1152 be551aaa-1e26-0410-a405-d3ace91eadb9

makedist.sh

index 2b029d2d0174ab8823ba2e74aafbde3f9e2ec1a1..9c8d8aabd58a19454ec356e33da9223c90fc23ea 100755 (executable)
@@ -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 ..