]> git.sur5r.net Git - openldap/blobdiff - build/mkrelease
Tweak prev commit, avoid referencing syncop when resetting qtask
[openldap] / build / mkrelease
index 0b8554061ea084eff31a8c05996453aa3e1d15bc..d9fa395ed51837d0de3472531f430970f23aaccf 100755 (executable)
@@ -2,7 +2,7 @@
 # $OpenLDAP$
 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
 ##
-## Copyright 1998-2005 The OpenLDAP Foundation.
+## Copyright 1998-2006 The OpenLDAP Foundation.
 ## All rights reserved.
 ##
 ## Redistribution and use in source and binary forms, with or without
@@ -51,6 +51,18 @@ 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/libraries/liblunicode/ucdata/uctable.h ; then
+       echo "touching uctable.h..."
+       touch $RELNAME/libraries/liblunicode/ucdata/uctable.h
+fi
+
 if test ! -e $RELNAME/build/version.sh ; then
        echo "No build version"
        OL_STRING="something"