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

List:       kde-commits
Subject:    KDE/kde-common/admin
From:       Adriaan de Groot <groot () kde ! org>
Date:       2006-04-03 22:35:03
Message-ID: 1144103703.249081.18284.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 526137 by adridg:

No longer grep cvs.sh or configure.in.in for APIDOX settings; this applies to the toplevel only.

 M  +3 -4      doxygen.sh  


--- trunk/KDE/kde-common/admin/doxygen.sh #526136:526137
@@ -156,11 +156,10 @@
 ### script, so factor it out for easy use.
 create_doxyfile_in() 
 {
-	eval `grep 'VERSION="' "$top_srcdir/admin/cvs.sh"`
+	VERSION=`grep '^/.*DOXYGEN_VERSION' "$top_srcdir/Mainpage.dox" | sed -e 's+.*=++'`
+	NAME=`grep '^/.*DOXYGEN_NAME' "$top_srcdir/Mainpage.dox" | sed -e 's+.*=++'`
 	echo "PROJECT_NUMBER = $VERSION" > Doxyfile.in
-	grep '^KDE_INIT_DOXYGEN' "$top_srcdir/configure.in.in" | \
-		sed -e 's+[^[]*\[\([^]]*\)+PROJECT_NAME = "\1"+' \
-			-e 's+].*++' >> Doxyfile.in
+	echo "PROJECT_NAME = $NAME" >> Doxyfile.in
 }
 
 apidoxdir="$module_name"-apidocs
[prev in list] [next in list] [prev in thread] [next in thread] 

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