docproj validation
Hiroki Sato
hrs at FreeBSD.org
Wed Nov 26 16:40:45 UTC 2003
"dave" <dmehler at davemehler.com> wrote
in <001801c3b435$4f389340$0200a8c0 at satellite>:
dmehler> I've added the following to /etc/profile as explained in the fdp-primer:
dmehler>
dmehler> # docproj sgml environment variables
dmehler> SGML_ROOT=/usr/local/share/sgml
dmehler> SGML_CATALOG_FILES=${SGML_ROOT}/jade/catalog
dmehler> SGML_CATALOG_FILES=${SGML_ROOT}/iso8879/catalog:$SGML_CATALOG_FILES
dmehler> SGML_CATALOG_FILES=${SGML_ROOT}/html/catalog:$SGML_CATALOG_FILES
dmehler> SGML_CATALOG_FILES=${SGML_ROOT}/docbook/4.1/catalog:$SGML_CATALOG_FILES
dmehler> SGML_CATALOG_FILES=/usr/doc/share/sgml/catalog:$SGML_CATALOG_FILES
dmehler> SGML_CATALOG_FILES=/usr/doc/en_US.ISO8859-1/share/sgml/catalog:$SGML_CATALOG
dmehler> _FILES
dmehler> export SGML_CATALOG_FILES
A description in FDP Primer is outdated. If you want to know how
SGML_CATALOG_FILES will be specified, try "make -VCATALOGS" in
/usr/doc/en_US.ISO8859-1/articles/mh, for example (actually "-c catalog" is
used instead of $SGML_CATALOG_FILES there).
Basically, the following catalogs are enough to validate for docs written
in DocBook (but this order is important):
${YOUR_DOC_PREFIX}/doc/en_US.ISO8859-1/share/sgml/catalog
${YOUR_DOC_PREFIX}/doc/share/sgml/catalog
${PREFIX}/share/sgml/catalog
--
| Hiroki SATO
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-doc/attachments/20031127/774f70cd/attachment.sig>
More information about the freebsd-doc
mailing list