Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
35a25775
Commit
35a25775
authored
Jun 07, 2013
by
Davis King
Browse files
Changed script so that only the .zip file for windows has the
compile python interface.
parent
e02d5ba0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/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