On 2 April 2012 20:13, Christian Kyony <[email protected]> wrote:
> Dear Joerg,
>
> Thank you for the pointer.
>
> On the archlinux, I modified the /usr/bin/dblatex python script
> to point the SGML_CATALOG_FILES variable to /etc/xml/docbook-xml instead of
> /etc/xml/docbook
>
>         cat = os.environ.get("SGML_CATALOG_FILES")
>>
>>         if cat:
>>                 cat += ":/opt/local/etc/xml/docbook-xml"
>>         else:
>>                 cat = "/opt/local/etc/xml/docbook-xml"
>>         os.environ["SGML_CATALOG_FILES"] = cat
>
> It is now working under  6 seconds.
>

Looking at that you should only need to set the SGML_CATALOG_FILES
environmant variable properly rather than editing the dblatex source.

Cheers
Lex

-- 
You received this message because you are subscribed to the Google Groups 
"asciidoc" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/asciidoc?hl=en.

Reply via email to