Browse Source

Rene Rebe:

* fixed kdelib apidox config option usage


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@3229 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 20 years ago
parent
commit
f729eb6d80
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      package/kde/kdelibs/kdelibs.conf

+ 3
- 2
package/kde/kdelibs/kdelibs.conf

@ -22,9 +22,9 @@
. $base/package/*/*/kde-32.conf
if ROCKCFG_PKG_KDE32_APIDOX ; then
if [ "$ROCKCFG_PKG_KDE32_APIDOX" ] ; then
echo "KDE library documentation will be generated."
makeinstopt="apidox $makeinstopt"
var_insert makeinstopt " " "apidox"
fi
kde_pm() {
@ -40,3 +40,4 @@ EOP
}
hook_add postmake 3 kde_pm

Loading…
Cancel
Save