Re: [Cooker] kdevelop qt docs

2003-11-12 Thread Laurent Montel
On Tuesday 11 November 2003 19:33, [EMAIL PROTECTED] wrote:
> the --with-qtdoc-dir is hard coded to %_docdir/qt-3.2.1/html in the spec
> file, which of course will be broken at each new qt version (just like it
> is now).
>
> QTVER=`rpmquery --qf %\{VERSION\} libqt3-devel`
> QTDOCDIR=%_defaultdocdir/qt-$QTVER/doc/html
>
> --with-qtdoc-dir=$QTDOCDIR
>
> I think that kind of thing would be better.
> -o-
> kk1

thanks for your patch.
It will integrate into new kdevelop.
Regards.



Re: [Cooker] kdevelop qt docs

2003-11-11 Thread Diego Iastrubni
 ×, 11 ××× 2003, 20:33,  ×× ××× [EMAIL 
PROTECTED]:
> the --with-qtdoc-dir is hard coded to %_docdir/qt-3.2.1/html in the spec
> file, which of course will be broken at each new qt version (just like it
> is now).
>
> QTVER=`rpmquery --qf %\{VERSION\} libqt3-devel`
> QTDOCDIR=%_defaultdocdir/qt-$QTVER/doc/html
>
> --with-qtdoc-dir=$QTDOCDIR
so it will be done in rpm-building time.
you update the qt version, bum! problem again.

> I think that kind of thing would be better.
> -o-
> kk1

-- 

diego,

Please avoid sending me Word or PowerPoint attachments.
See http://www.fsf.org/philosophy/no-word-attachments.html





[Cooker] kdevelop qt docs

2003-11-11 Thread kelk1
the --with-qtdoc-dir is hard coded to %_docdir/qt-3.2.1/html in the spec file, which 
of course will be broken at each new qt version (just like it is now).

QTVER=`rpmquery --qf %\{VERSION\} libqt3-devel`
QTDOCDIR=%_defaultdocdir/qt-$QTVER/doc/html

--with-qtdoc-dir=$QTDOCDIR

I think that kind of thing would be better.
-o-
kk1