Revert last change, it is incorrect (the references are actually to the source directories, not the apidocs directory).

This commit is contained in:
Kevin Kofler 2008-03-06 01:21:01 +00:00
parent 86a6826e56
commit ea13b25bde
1 changed files with 1 additions and 3 deletions

View File

@ -232,8 +232,6 @@ install -p -m 644 -D %{SOURCE2} %{buildroot}%{_sysconfdir}/profile.d/kde4.csh
# install apidocs and generator script
install -p -D doc/api/doxygen.sh %{buildroot}%{_kde4_bindir}/kde4-doxygen.sh
sed -i -e s\!`pwd`/kdelibs-%{version}-apidocs\!%{_kde4_docdir}/HTML/en/kdelibs4-apidocs\!g \
kdelibs-%{version}-apidocs/*.tag kdelibs-%{version}-apidocs/*/*.tag kdelibs-%{version}-apidocs/*/*/*.tag
%if "%{?apidocs}" == "1"
cp -prf kdelibs-%{version}-apidocs %{buildroot}%{_kde4_docdir}/HTML/en/kdelibs4-apidocs
%endif
@ -324,7 +322,7 @@ rm -rf %{buildroot}
%changelog
* Thu Mar 06 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.0.2-4
* Wed Mar 05 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.0.2-4
- install all .css files in kdelibs-common to build kdepimlibs-apidocs against
- install doxygen.sh as kde4-doxygen.sh in -devel
- build apidocs and put them into an -apidocs subpackage (can be turned off)