HDDS-89. Addendum Patch-1. Create ozone specific inline documentation as part of the build.

Contributed by Elek, Marton.
This commit is contained in:
Anu Engineer 2018-05-22 14:29:06 -07:00
parent b22f56c471
commit 43be9ab44f

View File

@ -19,7 +19,7 @@ DOCDIR="$DIR/../.."
if [ ! "$(which hugo)" ]; then
echo "Hugo is not yet installed. Doc generation is skipped."
exit -1
exit 0
fi
DESTDIR="$DOCDIR/target/classes/webapps/docs"