]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
pullup:
authorBrian Wellington <source@isc.org>
Fri, 1 Jun 2001 00:46:29 +0000 (00:46 +0000)
committerBrian Wellington <source@isc.org>
Fri, 1 Jun 2001 00:46:29 +0000 (00:46 +0000)
man pages were not properly installed in separate-object-dir builds

bin/rndc/Makefile.in

index 40931c49e0bd1d39f9ff23a89469c3eef5e1aa45..c465992c29ba59fab17f2fae4c7a3a0e2b86086e 100644 (file)
@@ -13,7 +13,7 @@
 # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
 # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.24 2001/05/31 10:40:32 tale Exp $
+# $Id: Makefile.in,v 1.24.2.1 2001/06/01 00:46:29 bwelling Exp $
 
 srcdir =       @srcdir@
 VPATH =                @srcdir@
@@ -75,8 +75,8 @@ installdirs:
 
 install:: rndc installdirs
        ${LIBTOOL} ${INSTALL_PROGRAM} rndc ${DESTDIR}${sbindir}
-       ${INSTALL_DATA} rndc.8 ${DESTDIR}${mandir}/man8
-       ${INSTALL_DATA} rndc.conf.5 ${DESTDIR}${mandir}/man5
+       ${INSTALL_DATA} ${srcdir}/rndc.8 ${DESTDIR}${mandir}/man8
+       ${INSTALL_DATA} ${srcdir}/rndc.conf.5 ${DESTDIR}${mandir}/man5
 
 clean distclean maintainer-clean::
        rm -f ${TARGETS}