Commit 5f9e4bf9 authored by Davis King's avatar Davis King

Made makerel not include a compiled python binary now that dlib can be

installed on windows via pip.
parent 0b85df2d
...@@ -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
......
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