From owner-freebsd-current Fri Aug 22 08:14:39 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id IAA13205 for current-outgoing; Fri, 22 Aug 1997 08:14:39 -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 IAA13194 for ; Fri, 22 Aug 1997 08:14:37 -0700 (PDT) Received: from localhost (jfieber@localhost) by fallout.campusview.indiana.edu (8.8.5/8.8.5) with SMTP id KAA01566; Fri, 22 Aug 1997 10:13:46 -0500 (EST) Date: Fri, 22 Aug 1997 10:13:45 -0500 (EST) From: John Fieber To: Daniel Ortmann cc: current@FreeBSD.ORG Subject: Re: sgml doc format In-Reply-To: <199708220525.AAA02516@watcher.isl.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, 22 Aug 1997, Daniel Ortmann wrote: > Some of our documents are generated by sgmlfmt via bsd.sgml.mk, [snip] > ... but I was surprised that I couldn't find it under the source > tree. Finally I found sgmlformat under the ports tree. > > What is the plan for sgmlfmt? The tools have been moved to the ports collection. For an equivalent setup, install: textproc/iso8879 (ISO character entities) textproc/linuxdoc (linuxdoc DTDs) textproc/docbook (DocBook DTDs) textproc/jade (SGML parser and DSSSL processor) textproc/sgmlformat (the old sgmlfmt command and instant(1)) Then you can zap /usr/bin/(sgmlfmt|sgmls|instant) and /usr/share/sgml/* to avoid confusion. bsd.sgml.mk lingers because I have not expended the five minutes necessary to rewrite the Makefiles for the handbook and FAO. Once I do that, bsd.sgml.mk will vanish. BUT...if people are still using bsd.sgml.mk for their own projects...hmm...how best to deal with this? -john