On Monday 01 December 2003 03.09, Bob Lockie wrote: > How does documentation get installed? > > Specifically, how is > $KDEDIR/share/doc/HTML/en/$app/common > the common directory created?
Are you using the standard KDE build system? If so, it's more or less automatic, and handled by things in the admin/ directory. If you're installing with a custom system, then you should create a symlink to ../common (or $KDEDIR/share/doc/HTML/en/common) at install time. By the KDE build system, I mean the KDE admin/ directory, and a doc/yourapp/ folder containing your documentation (*.docbook and image files only, not further subdirectories), and a Makefile.am in both doc and doc/yourapp/ containing just the following: KDE_LANG = en KDE_DOCS = AUTO Regards, -- Lauri Watts KDE Documentation: http://i18n.kde.org/doc/ KDE on FreeBSD: http://freebsd.kde.org/ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: signature Url : http://mail.kde.org/pipermail/kde-doc-english/attachments/20031203/6b5f298a/attachment.sig
