Remove harmless debug message.

This commit is contained in:
Nik Clayton 2001-02-23 10:13:49 +00:00
parent 4f1ca96aea
commit aacc59e899
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=8828

View file

@ -1,5 +1,5 @@
#
# $FreeBSD$i
# $FreeBSD: www/en/docs/Makefile,v 1.1 2001/02/22 15:44:37 nik Exp $i
#
# Build the FreeBSD documentation *outside* of the www tree, and install it
# in to the right place as necessary.
@ -10,5 +10,4 @@
#
all install clean:
echo foo
(cd ../../../doc/en_US.ISO_8859-1 && unset DESTDIR && ${MAKE} FORMATS=html-split DOCDIR=${DESTDIR}/data/docs ${.TARGET})