diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-09-06 22:22:29 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-09-06 22:22:29 +0000 |
commit | 7344e1ff5e5ba1ec49603af4afffc50efc0d7087 (patch) | |
tree | e9319b61128eb00fc15cf3d860029efbc50a7aaa | |
parent | ae9ba134e9ad8c5070841b6b092fbff3fb61802d (diff) | |
download | admin-7344e1ff5e5ba1ec49603af4afffc50efc0d7087.tar.gz admin-7344e1ff5e5ba1ec49603af4afffc50efc0d7087.zip |
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
-rwxr-xr-x | doxygen.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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="" |