[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdelibs/doc/api
From:       Volker Krause <volker.krause () rwth-aachen ! de>
Date:       2006-10-15 12:56:11
Message-ID: 1160916971.446625.17578.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 595699 by vkrause:

Add the current directory to the image search path.


 M  +5 -2      doxygen.sh  


--- trunk/KDE/kdelibs/doc/api/doxygen.sh #595698:595699
@@ -542,8 +542,11 @@
 		echo "RECURSIVE              = NO"
 	fi
 	echo "HTML_OUTPUT            = $subdir/html"
-	test -d "$top_srcdir/doc/api" && \
-		echo "IMAGE_PATH             = $top_srcdir/doc/api"
+	if test -d "$top_srcdir/doc/api"; then
+		echo "IMAGE_PATH             = $top_srcdir/doc/api $srcdir"
+	else
+		echo "IMAGE_PATH             = $srcdir"
+	fi
 	} >> "$subdir/Doxyfile"
 
 	apidox_htmlfiles ""
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic