Turn the distribute: target back on.

This commit is contained in:
Nik Clayton 1999-03-27 16:03:49 +00:00
parent 93b118ba78
commit 84022f5d2c
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=4576
3 changed files with 12 additions and 24 deletions
en/handbook
en_US.ISO8859-1/books/handbook
en_US.ISO_8859-1/books/handbook

View file

@ -1,5 +1,5 @@
#
# $Id: Makefile,v 1.16 1999-03-22 22:16:23 nik Exp $
# $Id: Makefile,v 1.17 1999-03-27 16:03:49 nik Exp $
#
# Build the FreeBSD Handbook. Will eventually split in two, a generic .mk
# file which can be used by many Makefiles, and a much smaller Makefile
@ -383,15 +383,11 @@ ${__target}:
#
# Like "install", but places the files into the correct distribution
#
#.if !target(distribute)
#distribute:
#.for dist in ${DISTRIBUTION}
# cd ${.CURDIR}; $(MAKE) install DESTDIR=${DISTDIR}/${dist}
#.endfor
#.endif
.if !target(distribute)
distribute:
@echo "'distribute' not yet enabled for DocBook Handbook"
.for dist in ${DISTRIBUTION}
cd ${.CURDIR}; $(MAKE) install DESTDIR=${DISTDIR}/${dist}
.endfor
.endif
.include <bsd.dep.mk>

View file

@ -1,5 +1,5 @@
#
# $Id: Makefile,v 1.16 1999-03-22 22:16:23 nik Exp $
# $Id: Makefile,v 1.17 1999-03-27 16:03:49 nik Exp $
#
# Build the FreeBSD Handbook. Will eventually split in two, a generic .mk
# file which can be used by many Makefiles, and a much smaller Makefile
@ -383,15 +383,11 @@ ${__target}:
#
# Like "install", but places the files into the correct distribution
#
#.if !target(distribute)
#distribute:
#.for dist in ${DISTRIBUTION}
# cd ${.CURDIR}; $(MAKE) install DESTDIR=${DISTDIR}/${dist}
#.endfor
#.endif
.if !target(distribute)
distribute:
@echo "'distribute' not yet enabled for DocBook Handbook"
.for dist in ${DISTRIBUTION}
cd ${.CURDIR}; $(MAKE) install DESTDIR=${DISTDIR}/${dist}
.endfor
.endif
.include <bsd.dep.mk>

View file

@ -1,5 +1,5 @@
#
# $Id: Makefile,v 1.16 1999-03-22 22:16:23 nik Exp $
# $Id: Makefile,v 1.17 1999-03-27 16:03:49 nik Exp $
#
# Build the FreeBSD Handbook. Will eventually split in two, a generic .mk
# file which can be used by many Makefiles, and a much smaller Makefile
@ -383,15 +383,11 @@ ${__target}:
#
# Like "install", but places the files into the correct distribution
#
#.if !target(distribute)
#distribute:
#.for dist in ${DISTRIBUTION}
# cd ${.CURDIR}; $(MAKE) install DESTDIR=${DISTDIR}/${dist}
#.endfor
#.endif
.if !target(distribute)
distribute:
@echo "'distribute' not yet enabled for DocBook Handbook"
.for dist in ${DISTRIBUTION}
cd ${.CURDIR}; $(MAKE) install DESTDIR=${DISTDIR}/${dist}
.endfor
.endif
.include <bsd.dep.mk>