]> git.sur5r.net Git - openldap/blobdiff - build/mkrelease
Prep for 2.4.17 release
[openldap] / build / mkrelease
index 62fcdaccc6dc7a18e70f0b46bb73953273f99c18..5baaa326e8f3aa31693ce22d005db5884b57f347 100755 (executable)
@@ -2,7 +2,7 @@
 # $OpenLDAP$
 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
 ##
-## Copyright 1998-2004 The OpenLDAP Foundation.
+## Copyright 1998-2009 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"
@@ -64,6 +76,7 @@ echo "Rolling up $OL_STRING ..."
 tar cf $RELNAME.tar $RELNAME
 gzip -9 -c $RELNAME.tar > $RELNAME.tgz
 md5 $RELNAME.tgz > $RELNAME.md5
+sha1 $RELNAME.tgz > $RELNAME.sha1
 rm -f $RELNAME.tar
 
 ls -l $RELNAME.*