50c90b2f77
* Added XML Catalogs management. You must use the new `-s' flag to handle SGML Catalogs as XML format becomes the default. * Dropped use of getopt in favour of getopts, as the former does not handle whitespace in variables properly. * Handle comments in SGML catalogs properly. * Several manpage improvements. Changes in the package: * Implement a new framework to automatically register/deregister catalog entries. This is available through the catalogs.mk file. Packages do not need to call xmlcatmgr directly any more, nor do tricky things in their PLISTs. * Install two catalog files under PKG_SYSCONFDIR, one called sgml/catalog and the other xml/catalog. Both are completely different things, so they can't be mixed. Also avoid that any of these catalogs refer to the other one, as this could cause problems.
22 lines
808 B
Text
22 lines
808 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.3 2003/01/29 20:21:07 jmmv Exp $
|
|
|
|
The following catalogs have been installed:
|
|
|
|
* ${PKG_SYSCONFDIR}/sgml/catalog
|
|
System wide SGML catalog. Can be edited by the administrator and
|
|
is not changed by packages.
|
|
|
|
* ${PKG_SYSCONFDIR}/xml/catalog
|
|
System wide XML catalog. Can be edited by the administrator and
|
|
is not changed by packages. This is the *default* catalog.
|
|
|
|
* ${PREFIX}/share/sgml/catalog
|
|
Handles SGML stuff installed under ${PREFIX}/share/sgml.
|
|
Automatically handled by packages.
|
|
|
|
* ${PREFIX}/share/xml/catalog
|
|
Handles XML stuff installed under ${PREFIX}/share/xml.
|
|
Automatically handled by packages.
|
|
|
|
===========================================================================
|