KDE/kdelibs/cmake/modules

Alexander Neundorf neundorf at kde.org
Thu Jan 18 20:45:00 CET 2007


On Thursday 18 January 2007 19:12, Allen Winter wrote:
> SVN commit 625018 by winterz:
>
> A new macro for generating index.html from index.docbook using meinproc.
> Doesn't seem to work yet, so I'm hoping a cmake guru will see this and help
> me.
>
> I tried putting kde4_create_html_handbook(index.docbook)
> in the kdepim/doc/akregator/CMakeLists.txt, but I don't
> see that an index.html is being created anywhere.

Because there is no reason to create it :-P
The macro generates a rule how to build an index.html, but nobody uses/needs 
this index.html, so the rules isn't executed.
Have a look at add_custom_target( ... ALL ...) , this is probably what you 
want.

Bye
Alex
-- 
Work: alexander.neundorf AT jenoptik.com - http://www.jenoptik-los.de
Home: neundorf AT kde.org                - http://www.kde.org
      alex AT neundorf.net               - http://www.neundorf.net


More information about the Kde-buildsystem mailing list