anything to this area without my approval. It will help us very much
because FAQ and HANDBOOK are externally maintaining now (by FreeBSD
Russian Documentation Project).
Please fix it before re-enabling it.
===> faq
/usr/local/bin/jade -V html-manifest -ioutput.html -c /home/src/doc/ru_RU.KOI8-R/books/faq/../../../share/sgml/catalog -c /usr/local/share/sgml/docbook/dsssl/modular/catalog -c /usr/local/share/sgml/docbook/catalog -c /usr/local/share/sgml/jade/catalog -d /home/src/doc/ru_RU.KOI8-R/books/faq/../../../share/sgml/freebsd.dsl -t sgml /home/src/doc/ru_RU.KOI8-R/books/faq/book.sgml
/usr/local/bin/jade:/home/src/doc/ru_RU.KOI8-R/books/faq/book.sgml:5532:5:E: document type does not allow element "PARA" here; missing one of "FOOTNOTE", "MSGTEXT", "CAUTION", "IMPORTANT", "NOTE", "TIP", "WARNING", "BLOCKQUOTE", "INFORMALEXAMPLE" start-tag
/usr/local/bin/jade:/home/src/doc/ru_RU.KOI8-R/books/faq/book.sgml:5602:5:E: document type does not allow element "PARA" here; missing one of "FOOTNOTE", "MSGTEXT", "CAUTION", "IMPORTANT", "NOTE", "TIP", "WARNING", "BLOCKQUOTE", "INFORMALEXAMPLE" start-tag
/usr/local/bin/jade:/home/src/doc/ru_RU.KOI8-R/books/faq/book.sgml:5606:8:E: end tag for "PARA" omitted, but OMITTAG NO was specified
/usr/local/bin/jade:/home/src/doc/ru_RU.KOI8-R/books/faq/book.sgml:5528:0: start tag was here
/usr/local/bin/jade:/home/src/doc/ru_RU.KOI8-R/books/faq/book.sgml:7092:78:E: character data is not allowed here
/usr/local/bin/jade:/home/src/doc/ru_RU.KOI8-R/books/faq/book.sgml:55:22:E: unexpected element name: QUESTION
/usr/local/bin/jade:/home/src/doc/ru_RU.KOI8-R/books/faq/book.sgml:79:12:E: unexpected element name: QUESTION
/usr/local/bin/jade:/home/src/doc/ru_RU.KOI8-R/books/faq/book.sgml:104:12:E: unexpected element name: QUESTION
/usr/local/bin/jade:/home/src/doc/ru_RU.KOI8-R/books/faq/book.sgml:141:12:E: unexpected element name: QUESTION
/usr/local/bin/jade:/home/src/doc/ru_RU.KOI8-R/books/faq/book.sgml:167:12:E: unexpected element name: QUESTION
/usr/local/bin/jade:/home/src/doc/ru_RU.KOI8-R/books/faq/book.sgml:230:12:E: unexpected element name: QUESTION
/usr/local/bin/jade:/home/src/doc/ru_RU.KOI8-R/books/faq/book.sgml:282:12:E: unexpected element name: QUESTION
[LOTS MORE]
to both directories, and make it relative, rather than absolute.
This fixes the case where you might install the docs under one directory
/foo/bar/..., and then want to migrate them elsewhere (to /usr/share/).
With the old scheme, the symlink would start /foo/bar/..., and would
therefore be broken.
A good example of this happening is "make release" :-)
in the case of */FAQ/Makefile, because the FAQs are all in the wrong
place. Things still install properly, but some of the directory paths
are hardcoded. This will be going away ASAP.