link to common folder in kdelibs-apidocs

Jens Herden jens at kdewebdev.org
Wed Aug 25 13:36:05 BST 2004


Hi!

> > > 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?

Well I would say no, but I will describe what I did in case I made it wrong:

- make -f admin/Makefilecommon cvs-clean in kdelibs
- copy the changed admin folder from kde-common into kdelibs folder
- make -f Makefile.cvs && make
- removed the old docs
- make install

I still have get invalid link :-(

What can I do to pin it down?

Jens

> 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)




More information about the kde-core-devel mailing list