man pages were not properly installed in separate-object-dir builds

This commit is contained in:
Brian Wellington
2001-06-01 00:45:04 +00:00
parent 43b1bd8f86
commit 53aba5065d
7 changed files with 15 additions and 15 deletions

View 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.12 2001/05/18 23:50:06 gson Exp $
# $Id: Makefile.in,v 1.13 2001/06/01 00:44:55 bwelling Exp $
srcdir = @srcdir@
VPATH = @srcdir@
@@ -72,7 +72,7 @@ installdirs:
install:: named-checkconf named-checkzone installdirs
${LIBTOOL} ${INSTALL_PROGRAM} named-checkconf ${DESTDIR}${sbindir}
${LIBTOOL} ${INSTALL_PROGRAM} named-checkzone ${DESTDIR}${sbindir}
for m in ${MANPAGES}; do ${INSTALL_DATA} $$m ${DESTDIR}${mandir}/man8; done
for m in ${MANPAGES}; do ${INSTALL_DATA} ${srcdir}/$$m ${DESTDIR}${mandir}/man8; done
clean distclean::
rm -f ${TARGETS}