Commit 184ddf02 authored by Davis King's avatar Davis King

Updated the doc scripts due to the subversion changes.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402217
parent 754da0ef
......@@ -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$//' `
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment