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 install-apidox' installs the html apidox to $DESTDIR/share/html - 'make apiman' creates the apidox in nroff using doxygen - 'make install-apiman' installs the apidox in nroff to $DESTDIR/share/man
So, assuming we like this idea I need some help doing this with cmake. Things we need to be able to do: - find the doxygen program, if not found then cannot proceed. - install our kdelibs/doc/api/doxygen.sh wrapper - run the wrapper with the appropriate options - install in the correct places Comments? -Allen -- KDEPIM Developer I accept PayPal payments to [EMAIL PROTECTED] _______________________________________________ Kde-buildsystem mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-buildsystem
