DocBook XML & XSL: new dependencies

Alexander Neundorf neundorf at kde.org
Tue May 25 22:41:53 CEST 2010


On Wednesday 19 May 2010, Luigi Toscano wrote:
> Alexander Neundorf wrote:
> > I had a quick look at both files (XML and XSLT).
> > Only a few comments:
> > you should add
> > include(FindPackageHandleStandardArgs)
> > , otherwise, as it is now, both files rely on that some other file which
> > has been processed before has already done that.
>
> Done.
>
> > I think the foreach()-loop in both files should/could be put in a
> > if(NOT DOCBOOKXSL_DIR) / if(NOT DOCBOOKXML_CURRENTDTD_VERSION)
> > so the globbing is only executed when the find_path() calls later on will
> > actually do something.
>
> Should be fixed now (even if it needs some testing on distributions which
> make uses of that code).

Ok, stupid question.
Now I actually tried to build kdelibs again, and it failed because the docbook 
stuff wasn't found.
The given link in the error message is http://docbook.org/schemas/4x.html
So, what should I download from there ?
I just found single files, but somehow I didn't see something like a package I 
could download.

Alex


More information about the Kde-buildsystem mailing list