Cosmetic change: remove a redundant ${.OBJDIR} in the html realinstall

target. The current dir is ${.OBJDIR} so ${.OBJDIR} shouldn't be in
the rule.

Pointed out by: bruce
This commit is contained in:
Wolfram Schneider 1997-03-02 15:52:34 +00:00
parent 2236e17352
commit d4ae7dd925
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=23288

View File

@ -1,5 +1,5 @@
# from: @(#)bsd.doc.mk 5.3 (Berkeley) 1/2/91
# $Id: bsd.doc.mk,v 1.32 1997/02/22 13:56:09 peter Exp $
# $Id: bsd.doc.mk,v 1.33 1997/03/02 00:16:49 wosch Exp $
PRINTERDEVICE?= ascii
@ -87,7 +87,7 @@ FILES?= ${SRCS}
realinstall:
.if ${PRINTERDEVICE} == "html"
${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.OBJDIR}/${DOC}*.html ${DESTDIR}${BINDIR}/${VOLUME}
${DOC}*.html ${DESTDIR}${BINDIR}/${VOLUME}
.else
${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${DFILE} ${DESTDIR}${BINDIR}/${VOLUME}