Unbreak 'make clean'

This commit is contained in:
Alexey Zelkin 2004-03-23 23:41:29 +00:00
parent 00eafdc94c
commit f85abb456f
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=20402

View file

@ -1,5 +1,5 @@
#
# $FreeBSD$
# $FreeBSD: www/da/doc/Makefile,v 1.1 2003/10/28 23:04:05 simon Exp $
#
# Build the FreeBSD documentation *outside* of the www tree, and install it
# in to the right place as necessary.
@ -27,7 +27,7 @@ install clean:
${MAKE} FORMATS="html-split html" DOCDIR=${DESTDIR}/data/doc \
INSTALL_COMPRESSED= ${.TARGET}
.if make(clean)
${RM} -rf en*
${RM} -rf da*
.endif
.include "${.CURDIR}/../../share/mk/web.site.mk"