link to common folder in kdelibs-apidocs

David Faure faure at kde.org
Tue Aug 24 11:26:45 BST 2004


On Thursday 19 August 2004 18:31, Volker Krause wrote:
> On Wednesday 28 July 2004 13:50, Jens Herden wrote:
> > I did a fresh install and noticed again that there is a broken link in the
> > documentation. The link points to /en/common but should point
> > to ../en/common .
> >
> > Am I alone with this?
> 
> No ;)
> 
> This seems to be caused by revision 2.445 of admin/acinclude.m4.in. Due to the 
> split-up into KDE_SET_PREFIX and KDE_SET_PREFIX_CORE the kde_libs_htmldir 
> variable which is used in admin/Doxyfile.am:87 to install the link is not set 
> in the kdelibs package (other packages work). 
Ooops.

Does this help?
Index: acinclude.m4.in
===================================================================
RCS file: /home/kde/kde-common/admin/acinclude.m4.in,v
retrieving revision 2.461
diff -u -p -r2.461 acinclude.m4.in
--- acinclude.m4.in     26 Jul 2004 14:13:36 -0000      2.461
+++ acinclude.m4.in     24 Aug 2004 10:25:01 -0000
@@ -4553,6 +4553,11 @@ AC_DEFUN([KDE_SET_PREFIX_CORE],
   # And delete superfluous '/' to make compares easier
   prefix=`echo "$prefix" | sed 's,//*,/,g' | sed -e 's,/$,,'`
   exec_prefix=`echo "$exec_prefix" | sed 's,//*,/,g' | sed -e 's,/$,,'`
+
+  kde_libs_prefix='$(prefix)'
+  kde_libs_htmldir='$(kde_htmldir)'
+  AC_SUBST(kde_libs_prefix)
+  AC_SUBST(kde_libs_htmldir)
   KDE_FAST_CONFIGURE
   KDE_CONF_FILES
 ])

(This is what was in KDE_SET_PREFIX initially, and which I overlooked when
splitting it up)

-- 
David Faure, faure at kde.org, sponsored by Trolltech to work on KDE,
Konqueror (http://www.konqueror.org), and KOffice (http://www.koffice.org).




More information about the kde-core-devel mailing list