From owner-cvs-doc@FreeBSD.ORG  Wed Apr  7 06:05:59 2004
Return-Path: <owner-cvs-doc@FreeBSD.ORG>
Delivered-To: cvs-doc@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id F35DA16A4CE; Wed,  7 Apr 2004 06:05:58 -0700 (PDT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id D610643D3F; Wed,  7 Apr 2004 06:05:58 -0700 (PDT)
	(envelope-from phantom@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i37D4tGe008565;
	Wed, 7 Apr 2004 06:04:55 -0700 (PDT)
	(envelope-from phantom@repoman.freebsd.org)
Received: (from phantom@localhost)
	by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i37D4tIX008564;
	Wed, 7 Apr 2004 06:04:55 -0700 (PDT)
	(envelope-from phantom)
Message-Id: <200404071304.i37D4tIX008564@repoman.freebsd.org>
From: Alexey Zelkin <phantom@FreeBSD.org>
Date: Wed, 7 Apr 2004 06:04:55 -0700 (PDT)
To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: www/share/mk web.site.mk
X-BeenThere: cvs-doc@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the doc and www trees <cvs-doc.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-doc>,
	<mailto:cvs-doc-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-doc>
List-Post: <mailto:cvs-doc@freebsd.org>
List-Help: <mailto:cvs-doc-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-doc>,
	<mailto:cvs-doc-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 07 Apr 2004 13:05:59 -0000

phantom     2004/04/07 06:04:55 PDT

  FreeBSD doc repository

  Modified files:
    share/mk             web.site.mk 
  Log:
  Implement TIDY_VERBOSE knob.  It tells tidy to save error log into file
  named 'tidyerr.$filename', instead of default /dev/null.
  
  Revision  Changes    Path
  1.57      +7 -1      www/share/mk/web.site.mk