mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 01:29:59 -05:00
Add code to build guide
This commit is contained in:
parent
32aa75bf48
commit
e9721ffbe4
1 changed files with 7 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue