katana/docs.sh

19 lines
293 B
Bash
Raw Permalink Normal View History

2014-12-04 21:22:52 +00:00
#!/bin/bash
set -e
version="$1"
packs=("kdelibs" "kde-workspace" "kde-extraapps")
2014-12-04 21:22:52 +00:00
cwd="$(pwd)"
2015-01-21 00:58:55 +00:00
if ! type -p doxygen;then
2014-12-04 21:22:52 +00:00
echo "Doxygen is not installed"
exit 1
fi
source "$(dirname $0)/fetch.sh"
2015-01-21 20:12:31 +00:00
rm -rf kde-docs/*
echo "Generating API docs for ${packs[@]}..."
doxygen doxygen.conf