From 3d7ad2de3c529d9087d41a953e0099ab853e7520 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Wed, 16 Jul 2008 12:15:23 +0000 Subject: [PATCH] fixed makedist for manpage editing git-svn-id: file:///svn/unbound/trunk@1152 be551aaa-1e26-0410-a405-d3ace91eadb9 --- makedist.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 .. -- 2.47.2