From owner-freebsd-doc Fri Nov 2 9:24: 1 2001 Delivered-To: freebsd-doc@freebsd.org Received: from smtp.noos.fr (verlaine.noos.net [212.198.2.73]) by hub.freebsd.org (Postfix) with ESMTP id 054E437B407 for ; Fri, 2 Nov 2001 09:23:58 -0800 (PST) Received: (qmail 3762913 invoked by uid 0); 2 Nov 2001 17:23:56 -0000 Received: from unknown (HELO gits.dyndns.org) ([212.198.229.145]) (envelope-sender ) by 212.198.2.73 (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 2 Nov 2001 17:23:56 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.6/8.11.6) id fA2HNsS95723; Fri, 2 Nov 2001 18:23:54 +0100 (CET) (envelope-from root) Message-Id: <200111021723.fA2HNsS95723@gits.dyndns.org> Subject: Re: docs/31703: TIDYFLAGS cann't work correctly In-Reply-To: <20011102185934.A71687@ark.cris.net> To: Alexey Zelkin Date: Fri, 2 Nov 2001 18:23:54 +0100 (CET) Cc: freebsd-doc@FreeBSD.ORG Reply-To: clefevre@citeweb.net From: Cyrille Lefevre Organization: ACME X-Face: X-Mailer: ELM [version 2.4ME+ PL95a (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII 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 Alexey Zelkin wrote: > > 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 as I said, this isn't homogeneous w/ this and other Makefiles. more constructions (in doc) uses ?= than +=, and this prevent users from overwritting TIDYOPTS (and such) as they whish. imagine a minute I don't want -i or -f /dev/null for any reason ? using += prevent this and I have to manually edit doc.docbook.mk to do so. Cyrille. -- Cyrille Lefevre mailto:clefevre@citeweb.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message