]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fixed incorrect relative path in previous change
authorAndreas Gustafsson <source@isc.org>
Wed, 12 Jul 2000 17:06:01 +0000 (17:06 +0000)
committerAndreas Gustafsson <source@isc.org>
Wed, 12 Jul 2000 17:06:01 +0000 (17:06 +0000)
Makefile.in

index 34dcc67eca1adf1d4a007dd5a74a1667f80fccfc..ae87d7849981d1399b2e4b82f810f0ec90a8744d 100644 (file)
@@ -13,7 +13,7 @@
 # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
 # SOFTWARE.
 
-# $Id: Makefile.in,v 1.21.2.3 2000/07/12 16:57:21 gson Exp $
+# $Id: Makefile.in,v 1.21.2.4 2000/07/12 17:06:01 gson Exp $
 
 srcdir =       @srcdir@
 VPATH =                @srcdir@
@@ -53,7 +53,7 @@ kit: kitclean
                ln -s ../../doc/$$i $$i; done)
        mkdir bind-${VERSION}/doc/man
        @(cd bind-${VERSION}/doc/man; for i in ${DOCMANDISTFILES}; do \
-               ln -s ../../doc/man/$$i $$i; done)
+               ln -s ../../../doc/man/$$i $$i; done)
        mkdir bind-${VERSION}/bin
        @(cd bind-${VERSION}/bin; for i in ${BINDISTFILES}; do \
                ln -s ../../bin/$$i $$i; done)