kdelibs documentation

Bernd Gehrmann bernd at physik.hu-berlin.de
Fri Jun 25 21:21:52 BST 1999


Another random sidenote for kdoc2 users:
You can also generate printable docs in
an easy way. Just go into the kdelibs 1.1
sources directory and

mkdir foo
qt2kdoc --outdir=foo /usr/doc/qt-doc/html
makekdedoc --libdir=foo --outputdir=foo -p-X
for i in kdecore kdeui kfile khtmlw
do
  ( cd foo/$i && texi2dvi $i.texi && dvips $i -o ../$i.ps )
done

You obtain some Postscript files in the foo directory.
     
Bernd.



More information about the KDevelop mailing list