One question. I notice with Slackware that they install the older versions of the various components, sgml-dtd-(3.0 + 3.1), xml-dtd-(4.1 + 4.1.2) etc.
Is it better to do that than 'combining' in the respective catalog files?
e.g. cat >> /usr/share/sgml/docbook/sgml-dtd-4.3/catalog << "EOF" -- Begin Single Major Version catalog changes --
PUBLIC "-//OASIS//DTD DocBook V4.2//EN" "docbook.dtd" PUBLIC "-//OASIS//DTD DocBook V4.1//EN" "docbook.dtd" PUBLIC "-//OASIS//DTD DocBook V4.0//EN" "docbook.dtd"
-- End Single Major Version catalog changes -- EOF
Just go with what works for you. I install sgml-dtd-4.1 and sgml-dtd-4.1.2 because I need them to make the kernel htmldocs (the scsi drivers page choked without sgml-dtd-4.1) and I think it was a Gnome app wanted sgml-dtd-4.1.2 to build it's documentation. I wouldn't have needed them if I'd stuck to doing things the BLFS way (--disable-gtk-doc) but that's the beauty of LFS, it teaches you how to do it your own way
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page
