summaryrefslogtreecommitdiffstats
path: root/redhat/tdevelop/kdevelop-2.1.5_for_KDE_3.1-doc.patch
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2013-06-24 19:50:32 +0200
committerFrançois Andriot <albator78@libertysurf.fr>2013-06-24 19:50:32 +0200
commitb4359e8bf97799f83dc1ca62744db7cfcc81bc87 (patch)
tree3346872613490cc467c19e1645d0026c1221bce7 /redhat/tdevelop/kdevelop-2.1.5_for_KDE_3.1-doc.patch
parent4cc71d79c5718d59078d06c497a56d7c05b41576 (diff)
downloadtde-packaging-b4359e8bf97799f83dc1ca62744db7cfcc81bc87.tar.gz
tde-packaging-b4359e8bf97799f83dc1ca62744db7cfcc81bc87.zip
RPM Packaging: rename directories
Diffstat (limited to 'redhat/tdevelop/kdevelop-2.1.5_for_KDE_3.1-doc.patch')
-rw-r--r--redhat/tdevelop/kdevelop-2.1.5_for_KDE_3.1-doc.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/redhat/tdevelop/kdevelop-2.1.5_for_KDE_3.1-doc.patch b/redhat/tdevelop/kdevelop-2.1.5_for_KDE_3.1-doc.patch
new file mode 100644
index 000000000..c977cb75f
--- /dev/null
+++ b/redhat/tdevelop/kdevelop-2.1.5_for_KDE_3.1-doc.patch
@@ -0,0 +1,19 @@
+--- kdevelop-2.1.5_for_KDE_3.1/configure.doc 2003-10-21 15:08:22.000000000 +0200
++++ kdevelop-2.1.5_for_KDE_3.1/configure 2003-10-21 15:14:18.000000000 +0200
+@@ -23794,14 +23794,14 @@
+
+ kdelibs_docdirs="/usr/doc/kdelibs-doc/html"
+ if test "$ac_kde_htmldir" != ""; then
+- kdelibs_docdirs="$kdelibs_docdirs $ac_kde_htmldir/default/kdelibs $ac_kde_htmldir/en/kdelibs"
++ kdelibs_docdirs="$kdelibs_docdirs $ac_kde_htmldir/default/kdelibs $ac_kde_htmldir/en/kdelibs $ac_kde_htmldir/en/kdelibs-apidocs"
+ fi
+ kdelibs_docdirs="$ac_kdelibs_docdirs $kdelibs_docdirs"
+
+ kdelibs_docdir=NO
+ for i in $kdelibs_docdirs;
+ do
+- for j in kdecore/index.html;
++ for j in index.html;
+ do
+ echo "configure: 23806: $i/$j" >&5
+ if test -r "$i/$j"; then