aboutsummaryrefslogtreecommitdiff
path: root/en/docs
diff options
context:
space:
mode:
authorNik Clayton <nik@FreeBSD.org>2001-02-23 10:13:49 +0000
committerNik Clayton <nik@FreeBSD.org>2001-02-23 10:13:49 +0000
commitaacc59e899cae1381b57b34490ef2ca2cafc68f5 (patch)
treeecbfc3f191a61be8315a49ba1bc63a3e8b32d390 /en/docs
parent4f1ca96aeade4022ed8cc3ab1080a6e04df829b3 (diff)
downloaddoc-aacc59e899cae1381b57b34490ef2ca2cafc68f5.tar.gz
doc-aacc59e899cae1381b57b34490ef2ca2cafc68f5.zip
Remove harmless debug message.
Notes
Notes: svn path=/www/; revision=8828
Diffstat (limited to 'en/docs')
-rw-r--r--en/docs/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/en/docs/Makefile b/en/docs/Makefile
index 15316b6a68..e7c05d190e 100644
--- a/en/docs/Makefile
+++ b/en/docs/Makefile
@@ -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})