From owner-freebsd-doc Fri Nov 2 9: 0:21 2001 Delivered-To: freebsd-doc@freebsd.org Received: from columbus.cris.net (columbus.cris.net [212.110.128.65]) by hub.freebsd.org (Postfix) with ESMTP id 1F57F37B403 for ; Fri, 2 Nov 2001 09:00:15 -0800 (PST) Received: from ark.cris.net (ns2.cris.net [212.110.128.68]) by columbus.cris.net (8.9.3/8.9.3) with ESMTP id TAA14038; Fri, 2 Nov 2001 19:00:06 +0200 (EET) Received: (from phantom@localhost) by ark.cris.net (8.11.1/8.11.1) id fA2GxYa71774; Fri, 2 Nov 2001 18:59:34 +0200 (EET) Date: Fri, 2 Nov 2001 18:59:34 +0200 From: Alexey Zelkin To: Cyrille Lefevre Cc: freebsd-doc@FreeBSD.ORG Subject: Re: docs/31703: TIDYFLAGS cann't work correctly Message-ID: <20011102185934.A71687@ark.cris.net> References: <200111021440.fA2Ee3H66400@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200111021440.fA2Ee3H66400@freefall.freebsd.org>; from clefevre@citeweb.net on Fri, Nov 02, 2001 at 06:40:03AM -0800 X-Operating-System: FreeBSD 3.5-STABLE i386 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org hi, On Fri, Nov 02, 2001 at 06:40:03AM -0800, Cyrille Lefevre wrote: > > and doc.html.mk as following style. > > TIDYFLAGS?= -i -m -f /dev/null > > > > Therefore, in building html document using TIDYFLAGS, > > tidy option `-i -m -f /dev/null' is forgot. > > Thus TIDY outputs revised html doeucment to stdout > > and html documents on disk are not revised. > > it is better to add the following line to doc.docbook.mk, etc. > > TIDYOPTS= -i -m -f /dev/null ${TIDYFLAGS} TIDYFLAGS+= -i -m -f /dev/null ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message