Hi, On Friday 26 January 2007 21:31, Allen Winter wrote: > Howdy, > > I'd like to add some new targets (the target names can be changed): > - 'make apidox' creates the apidox in html using doxygen > - 'make apiman' creates the apidox in nroff using doxygen
> - 'make install-apidox' installs the html apidox to $DESTDIR/share/html > - 'make install-apiman' installs the apidox in nroff to $DESTDIR/share/man The "install-foo" targets are no good idea. It would mean messing around with the install command. I think "make install" in <module>/doc/ is good enough. Should the docs also be generated in every regular build ? If not, this could also be done with a simple option() around the doc/ directory which is disabled by default. Bye Alex, who knows not much about generating docs -- 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 _______________________________________________ Kde-buildsystem mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-buildsystem
