Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
35a25775
Commit
35a25775
authored
Jun 07, 2013
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed script so that only the .zip file for windows has the
compile python interface.
parent
e02d5ba0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
makerel
docs/makerel
+1
-1
No files found.
docs/makerel
View file @
35a25775
...
@@ -53,7 +53,6 @@ cp -r ../../docs/cache/dlib . || report_failure
...
@@ -53,7 +53,6 @@ cp -r ../../docs/cache/dlib . || report_failure
cp
-r
../../docs/cache/examples
.
||
report_failure
cp
-r
../../docs/cache/examples
.
||
report_failure
cp
-r
../../docs/cache/python_examples
.
||
report_failure
cp
-r
../../docs/cache/python_examples
.
||
report_failure
cp
-r
../../docs/cache/tools
.
||
report_failure
cp
-r
../../docs/cache/tools
.
||
report_failure
scp davis@home.dlib.net:dlib_win_python/
*
python_examples
||
report_failure
echo
Version:
$RELEASE
>>
dlib/README.txt
echo
Version:
$RELEASE
>>
dlib/README.txt
echo
"Date:
`
date
`
"
>>
dlib/README.txt
echo
"Date:
`
date
`
"
>>
dlib/README.txt
...
@@ -72,6 +71,7 @@ tar -cf $SOURCE_TAR $RELDIR || report_failure
...
@@ -72,6 +71,7 @@ tar -cf $SOURCE_TAR $RELDIR || report_failure
#find $RELDIR -name "*.cpp" -or -name "*.h" -or -name "*.txt" -or -name "*.html" | xargs flip -m
#find $RELDIR -name "*.cpp" -or -name "*.h" -or -name "*.txt" -or -name "*.html" | xargs flip -m
find
$RELDIR
-name
"*.cpp"
-or
-name
"*.h"
-or
-name
"*.txt"
-or
-name
"*.html"
| xargs unix2dos &> /dev/null
find
$RELDIR
-name
"*.cpp"
-or
-name
"*.h"
-or
-name
"*.txt"
-or
-name
"*.html"
| xargs unix2dos &> /dev/null
scp davis@home.dlib.net:dlib_win_python/
*
$RELDIR
/python_examples
||
report_failure
zip
-r9
$SOURCE_ZIP
$RELDIR
>
/dev/null
||
report_failure
zip
-r9
$SOURCE_ZIP
$RELDIR
>
/dev/null
||
report_failure
tar
-C
../docs
-cf
$WEBPAGE
web
||
report_failure
tar
-C
../docs
-cf
$WEBPAGE
web
||
report_failure
bzip2
$SOURCE_TAR
||
report_failure
bzip2
$SOURCE_TAR
||
report_failure
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment