Skip to content
Snippets Groups Projects
Commit e9721ffb authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Add code to build guide

parent 32aa75bf
No related branches found
No related tags found
No related merge requests found
......@@ -51,6 +51,13 @@ if test ! -d $RELNAME ; then
exit 1
fi
if test -e $RELNAME/doc/guide/admin/guide.sdf ; then
echo "build guide..."
( cd $RELNAME/doc/guide/admin ; make guide.html )
else
echo "No guide"
fi
if test ! -e $RELNAME/build/version.sh ; then
echo "No build version"
OL_STRING="something"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment