On Wednesday 13 October 2010 04:38:53 Timothy Pearson wrote: [...]
I did some further poking around, and it appears that the stock Trinity sources do not contain man files; the Debian build process was inserting and building man pages for certain applications on its own.
Certain packages do contain HTML documentation, however arts does not. Those that do contain HTML documentation, such as kdelibs, show the HTML documentation files in the flat file listing(s) that have been posted earlier. Just look for a block of HTML documents and I think that is what you want.
I added kspell documentation (this seems the only documentation available for kdelibs; the other documentations are related to API and are not done yet). I saw some files for building man pages, but in your filelist these are not present. Please check if these are really needed.
For checking i run cmake in this way:
cmake -DCMAKE_INSTALL_PREFIX=/opt/kde3 \ -DINCLUDE_INSTALL_DIR=/opt/kde3/include/kde \ -DHTML_INSTALL_DIR=/opt/kde3/share/doc/kde/HTML \ -DSYSCONFDIR=/etc \ -DCONFIG_INSTALL_DIR=/etc/kde3 \ -DWITH_LIBIDN=ON \ -DWITH_SSL=ON \ -DWITH_LIBART=ON \ -DWITH_ALSA=ON \ -DWITH_ARTS=ON \ -DWITH_CUPS=ON \ -DWITH_JASPER=ON \ -DWITH_OPENEXR=ON \ -DWITH_ASPELL=ON \ -DWITH_TIFF=ON \ -DWITH_LUA=OFF \ /usr/src/trinity/kdelibs
Also, please fix this bug: http://bugs.pearsoncomputing.net/show_bug.cgi?id=288
I have no ideea how to rename corectly a file in SVN.