Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Nov 2001 18:59:34 +0200
From:      Alexey Zelkin <phantom@ark.cris.net>
To:        Cyrille Lefevre <clefevre@citeweb.net>
Cc:        freebsd-doc@FreeBSD.ORG
Subject:   Re: docs/31703: TIDYFLAGS cann't work correctly
Message-ID:  <20011102185934.A71687@ark.cris.net>
In-Reply-To: <200111021440.fA2Ee3H66400@freefall.freebsd.org>; from clefevre@citeweb.net on Fri, Nov 02, 2001 at 06:40:03AM -0800
References:  <200111021440.fA2Ee3H66400@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011102185934.A71687>