Bastien Nocera <[EMAIL PROTECTED]> writes: [...]
> See this hack Christian uses (and I simplified to not have a gazillion > of backslashes ;) This is my actual hack without all the backslashes. > find -name *.xml -exec perl -i -pe > 's,http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd,/usr/share/sgml/docbook/dtd/xml/4.1.2/docbookx.dtd,' > {} \; > That's on the content of /usr/share/gnome/help No, this hack should be placed before the ./configure target and applied to all xml files, otherwise the scrollkeeper-update call in make install will try to download DTD. Christian

