Fix apidox module name extraction

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kde-common/admin@1251899 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 13 years ago
parent ae9ba134e9
commit 7344e1ff5e

@ -118,6 +118,7 @@ fi
###
# top_srcdir="$1" # Already set by options processing
module_name=`basename "$top_srcdir"`
module_name=`echo "$module_name" | awk -F '-' '{print $1}'`
subdir="$2"
if test "x." = "x$subdir" ; then
subdir=""

Loading…
Cancel
Save