Fix install target executed from ordinal user.
Fix by: nik
This commit is contained in:
parent
c0d3a4719b
commit
9e378c66d4
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=9324
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# $FreeBSD: www/en/doc/Makefile,v 1.3 2001/04/23 07:26:29 nik Exp $i
|
||||
# $FreeBSD: www/en/doc/Makefile,v 1.4 2001/04/25 18:43:49 wosch Exp $i
|
||||
#
|
||||
# Build the FreeBSD documentation *outside* of the www tree, and install it
|
||||
# in to the right place as necessary.
|
||||
|
@ -21,3 +21,5 @@ install clean:
|
|||
|
||||
obj:
|
||||
cd ${.CURDIR}/../../../doc/en_US.ISO_8859-1 && ${MAKE} ${.TARGET}
|
||||
|
||||
.include "${.CURDIR}/../../share/mk/web.site.mk"
|
||||
|
|
Loading…
Reference in a new issue