summaryrefslogtreecommitdiff
path: root/pandeia-engine/build.sh
blob: 51c24123b71d35e2f7dd96f511863013297a21c3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10


( cd engine && \
(python setup.py install || exit 1 ) ) && \
( cd ui && \
(python setup.py install || exit 1 ) )

DOCDIR="$PREFIX/share/doc/pandeia-engine"
mkdir -p $DOCDIR
cp -a doc/{api_overview,user,install} $DOCDIR