From owner-freebsd-hackers Wed May 14 09:09:58 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA17001 for hackers-outgoing; Wed, 14 May 1997 09:09:58 -0700 (PDT) Received: from fallout.campusview.indiana.edu (fallout.campusview.indiana.edu [149.159.1.1]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA16996 for ; Wed, 14 May 1997 09:09:55 -0700 (PDT) Received: from localhost (jfieber@localhost) by fallout.campusview.indiana.edu (8.8.5/8.8.5) with SMTP id LAA24908; Wed, 14 May 1997 11:09:38 -0500 (EST) Date: Wed, 14 May 1997 11:09:38 -0500 (EST) From: John Fieber To: Brian Somers cc: freebsd-hackers@FreeBSD.ORG, brian@utell.co.uk Subject: Re: sgml make rules In-Reply-To: <199705140107.CAA10128@awfulhak.demon.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 14 May 1997, Brian Somers wrote: > Has anyone got any objections to making the handbook and > the tutorials' .html files using the -links flag ? This No objection, but I'd prefer to have it specified with SGMLOPTS in the individual makefiles rather than bsd.sgml.mk. (Note: sgmlfmt simply ignores flags not applicable to the specified output format so there is no harm in having -links specified for, say, postscript as well). -john