From: Rafael L. <lab...@ps...> - 2003-03-14 15:46:43
|
Hi again, I am glad to learn that you are pretty close to get your system ready for building the Docbook documentation. * João Cardoso <jc...@fe...> [2003-03-14 15:15]: > What do I need to find the "DocBook DTD"? What is the contents of the > top 5 lines of the file that defines that DTD? The required DTD is specified in file doc/docbook/docbook.m4: DOCBOOK_DTD_PUBID="-//OASIS//DTD DocBook XML V4.1//EN" [ This reminds me that we should enforce version 4.2 instead of 4.1. ] This definition, in my Debian system, is provided by the docbook-xml package. To find the relevant file: $ dpkg -L docbook-xml \ | xargs fgrep -l -- "-//OASIS//DTD DocBook XML V4.1//EN" 2>/dev/null /usr/share/sgml/docbook/dtd/xml/4.1.2/docbook.cat Try to locate this file in your system or to install the appropriate rpm package. -- Rafael |