Updated the doc scripts due to the subversion changes.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402217
This commit is contained in:
Davis King 2008-05-04 03:41:55 +00:00
parent 754da0ef3c
commit 184ddf02bd
3 changed files with 3 additions and 3 deletions

View File

@ -50,7 +50,7 @@ makedocs ()
# root dlib repository URL
DLIB_REPOS=`svn info | grep Root | awk '{print $3}'`
DLIB_REPOS=`svn info | grep URL | awk '{print $2}' | sed -e 's/\/docs$//' `
# The revision number we are currently at
REVISION=`svn info | grep Revision | awk '{ print $2 }'`

View File

@ -40,7 +40,7 @@ rm -rf release/* || report_failure
RELEASE=${MAJOR_NUM}.${MINOR_NUM}
DLIB_REPOS=`svn info | grep Root | awk '{print $3}'`
DLIB_REPOS=`svn info | grep URL | awk '{print $2}' | sed -e 's/\/docs$//' `
REVISION=`svn info | grep Revision | awk '{ print $2}'`

View File

@ -16,7 +16,7 @@ report_failure ()
REVISION=`svn info | grep Revision | awk '{ print $2 }'`
DLIB_REPOS=`svn info | grep Root | awk '{print $3}'`
DLIB_REPOS=`svn info | grep URL | awk '{print $2}' | sed -e 's/\/docs$//' `