mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
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:
parent
754da0ef3c
commit
184ddf02bd
@ -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 }'`
|
||||
|
@ -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}'`
|
||||
|
@ -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$//' `
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user