Date: Mon, 2 Dec 2002 12:53:38 -0700 (MST) From: Warren Block <wblock@wonkity.com> To: doc@freebsd.org Subject: DocProj/SGML Primer Bugfix Message-ID: <Pine.BSF.4.21.0212021241330.8913-100000@wonkity.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0212021241330.8913-100000>