Tony Lambregts wrote:
Vincent BĂ©ron wrote:
Hi guys,
Alexandre just committed my patch concerning the documentation building process. Could you verify it works for you?
I am sure it is something on my end but I get the following when I "make html", "make everything"
docbook2html -d ./default.dsl -o wine-devel wine-devel.sgml Using catalogs: /etc/sgml/sgml-docbook-3.1.cat Using stylesheet: ./default.dsl Working on: /usr/local/src/wine/documentation/wine-devel.sgml jade:E: cannot find "./default.dsl"; tried "./default.dsl", "/usr/share/sgml/./default.dsl" jade:E: specification document does not have the DSSSL architecture as a base architecture ..... spews out sgml ....
It must be something I've done but I have no idea what, since db2html -d ./faq-plain.dsl wine-faq.sgml jade:E: cannot find "./faq-plain.dsl"; tried "./faq-plain.dsl", "/usr/share/sgml/./faq-plain.dsl" jade:E: specification document does not have the DSSSL architecture as a base architecture
same thing. WTF.
Ok heres what I have found. "db2html -d ../faq-plain.dsl wine-faq.sgml " works, However if I use "db2html -d ./faq-plain.dsl wine-faq.sgml " it blows chunks. as I reported.
So the change to two dots works, which makes sense, therfore I changed the Makefile so that SRCDIR = .. and re-ran "make html" and produces the html beautifully.
So all that tells me is "There is something wrong here" ./ should work (right?)