buildDoc.sh : Added buildDocExports.sh exection if is defined

This commit is contained in:
Benjamin Renard 2011-05-20 17:54:39 +02:00
parent c079b0adf2
commit 62bb6c55a1
1 changed files with 4 additions and 1 deletions

View File

@ -34,4 +34,7 @@ do
done
echo done.
if [ -n "$EXPORT_DOC_DIR" ]
then
$ROOT_DIR/buildDocExports.sh
fi