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
5f9e4bf9
Commit
5f9e4bf9
authored
Oct 27, 2015
by
Davis King
Browse files
Made makerel not include a compiled python binary now that dlib can be
installed on windows via pip.
parent
0b85df2d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
docs/makerel
docs/makerel
+0
-1
No files found.
docs/makerel
View file @
5f9e4bf9
...
@@ -69,7 +69,6 @@ tar -cf $SOURCE_TAR $RELDIR || report_failure
...
@@ -69,7 +69,6 @@ tar -cf $SOURCE_TAR $RELDIR || report_failure
#find $RELDIR -name "*.cpp" -or -name "*.h" -or -name "*.txt" -or -name "*.html" -or -name "*.py" | xargs flip -m
#find $RELDIR -name "*.cpp" -or -name "*.h" -or -name "*.txt" -or -name "*.html" -or -name "*.py" | xargs flip -m
find
$RELDIR
-name
"*.cpp"
-or
-name
"*.h"
-or
-name
"*.txt"
-or
-name
"*.html"
-or
-name
"*.py"
| xargs unix2dos &> /dev/null
find
$RELDIR
-name
"*.cpp"
-or
-name
"*.h"
-or
-name
"*.txt"
-or
-name
"*.html"
-or
-name
"*.py"
| 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