[Fwd: catalog files]

Поиск
Список
Период
Сортировка
От Thomas G. Lockhart
Тема [Fwd: catalog files]
Дата
Msg-id 3676C754.B52040BD@alumni.caltech.edu
обсуждение исходный текст
Ответы RE: [Fwd: catalog files]  (Vince Vielhaber <vev@michvhf.com>)
Список pgsql-hackers
(taken on-list so this is indexed in mhonarc)

> Looking thru the freebsd sgml primer, they specify that 
> SGML_CATALOG_FILES needs to be set.
> I find this to be true if I want to use PSGML mode in
> emacs, and if I want to run nsgmls when validating within emacs, 
> otherwise it can't find the proper rules for parsing.
> 
> Anyway the locations for the catalog files as per the primer:
> /usr/local/share/sgml/docbook/3.0/catalog
> /usr/local/share/sgml/html/catalog
> /usr/local/share/sgml/iso8879/catalog
> /usr/local/share/sgml/jade/catalog

Bingo. I can build docs on postgresql.org (a FreeBSD machine) using the
FreeBSD packages of the tools if I set an environment variable,
specifying these four paths delimited with colons:

setenv SGML_CATALOG_FILES
'/usr/local/share/sgml/docbook/3.0/catalog:...'

On my linux/rpm machine, I don't need to set this environment variable
at all (except for emacs parsing) since jade was built with the correct
default route to catalogs. Don't know why FreeBSD does not do this;
perhaps this should be written up as a "feature deficit" or bug?
                      - Tom


В списке pgsql-hackers по дате отправления:

Предыдущее
От: jwieck@debis.com (Jan Wieck)
Дата:
Сообщение: Re: [HACKERS] 123.45 - 123 = 0.45
Следующее
От: Vince Vielhaber
Дата:
Сообщение: RE: [Fwd: catalog files]