mirror of https://github.com/davisking/dlib.git
Fixed readme file name
This commit is contained in:
parent
2fafe2a9ea
commit
5bc81774ee
|
@ -52,9 +52,9 @@ mkdir $RELDIR
|
|||
cd $RELDIR || report_failure
|
||||
cp -r ../../docs/cache/* . || report_failure
|
||||
|
||||
echo Version: $RELEASE >> README.txt
|
||||
echo "Date: `date`" >> README.txt
|
||||
echo Mercurial Revision ID: $CHANGESET_ID >> README.txt
|
||||
echo Version: $RELEASE >> README.md
|
||||
echo "Date: `date`" >> README.md
|
||||
echo Mercurial Revision ID: $CHANGESET_ID >> README.md
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue