Commit 577f22d5 authored by Davis King's avatar Davis King

updated scripts to deal with new README location

parent 3110bcfe
......@@ -142,7 +142,6 @@ makedocs ()
hg archive docs/cache || report_failure
# Don't need the docs folder in the cache, moreover, deleting it here avoids letting the makerel script include it in the dlib tar balls.
rm -rf docs/cache/docs
rm docs/cache/README.txt
echo "#ifndef DLIB_REVISION_H" > docs/cache/dlib/revision.h
echo "// Version: " $RELEASE >> docs/cache/dlib/revision.h
......
......@@ -52,9 +52,9 @@ mkdir $RELDIR
cd $RELDIR || report_failure
cp -r ../../docs/cache/* . || report_failure
echo Version: $RELEASE >> dlib/README.txt
echo "Date: `date`" >> dlib/README.txt
echo Mercurial Revision ID: $CHANGESET_ID >> dlib/README.txt
echo Version: $RELEASE >> README.txt
echo "Date: `date`" >> README.txt
echo Mercurial Revision ID: $CHANGESET_ID >> README.txt
......
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