Fix apidox module name extraction

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kde-common@1251899 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
master
tpearson 13 years ago
parent 0f04ca44af
commit 909b0f1ba4

@ -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