|
From: Adam C. <ad...@ch...> - 2002-08-14 22:12:06
|
Hi.
I'm experiencing some strange handling of the --stylesheet option of the HTML
writer, which I use like the following::
stylesheet=aros.css
But the generated HTML contains::
<link rel="stylesheet" href="../../docs/aros.css" type="text/css" />
And that is not at all what I specified! It should be noted that the source
file is in a different directory from the destination file, and that the
current directory is the source one. I think this is the problem: for some
reason the --stylesheet option is not taken verbatim, but is looked up
relative to the current directory and "corrected".
This is totally useless for me, as I have separate build and source
directories. If this is a intended feature (I do see the usefullness of it
when building in a single directory), perhaps another option would be
apropriate. Something like --absolute-stylesheet perhaps?
---
Adam Chodorowski <ad...@ch...>
If studies were interesting, the world would come to a halt and nothing
would ever get done :)
-- James Kehl
|