From owner-freebsd-doc Mon Dec 2 11:53:40 2002 Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF0A237B401 for ; Mon, 2 Dec 2002 11:53:39 -0800 (PST) Received: from wonkity.com (wonkity.com [63.93.4.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3840B43EAF for ; Mon, 2 Dec 2002 11:53:39 -0800 (PST) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost.wonkity.com [127.0.0.1]) by wonkity.com (8.12.1/8.11.6) with ESMTP id gB2JrcuF008944 for ; Mon, 2 Dec 2002 12:53:38 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.12.1/8.12.1/Submit) with ESMTP id gB2Jrcwi008941 for ; Mon, 2 Dec 2002 12:53:38 -0700 (MST)?g (envelope-from wblock@wonkity.com) Date: Mon, 2 Dec 2002 12:53:38 -0700 (MST) From: Warren Block To: doc@freebsd.org Subject: DocProj/SGML Primer Bugfix Message-ID: MIME-Version: 1.0 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 There are a series of environment variable settings shown in the SGML Primer ("For You To Do" section) for setting the path to catalogs. Because of the order they're listed in, and that each path setting is prepended to the previous one, the 8879 catalog is found before the DocBook catalog. This leads to lots of "iso-amsa.gml" and other *.gml file not found errors when trying to use nsgmls -s to test SGML files, but the Makefile can still build the document. Fix: swap the docbook and iso8879 lines so that the docbook line is first. That will make iso8879 earlier in the resulting path. This applies to both bash and csh versions. It might not be bad to note the need to have iso8879 found first in the text, either. -Warren Block * Rapid City, South Dakota USA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message