Add forgotten obj target.
This commit is contained in:
parent
2a9648db43
commit
c37add0cf7
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=9302
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# $FreeBSD: www/en/doc/Makefile,v 1.2 2001/04/17 12:18:20 nik Exp $i
|
||||
# $FreeBSD: www/en/doc/Makefile,v 1.3 2001/04/23 07:26:29 nik Exp $i
|
||||
#
|
||||
# Build the FreeBSD documentation *outside* of the www tree, and install it
|
||||
# in to the right place as necessary.
|
||||
|
@ -18,3 +18,6 @@ install clean:
|
|||
.if make(clean)
|
||||
rm -rf en* handbook faq
|
||||
.endif
|
||||
|
||||
obj:
|
||||
cd ${.CURDIR}/../../../doc/en_US.ISO_8859-1 && ${MAKE} ${.TARGET}
|
||||
|
|
Loading…
Reference in a new issue