Skip to content

Commit

Permalink
removing the zip option, this can be done with python setup.py bdist …
Browse files Browse the repository at this point in the history
…--format=zip
  • Loading branch information
gcmalloc committed Nov 28, 2012
1 parent 4efe62a commit 190e8e2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ test:
.PHONY: all clean install test README.md youtube-dl.bash-completion
# TODO un-phony README.md and youtube-dl.bash_completion by reading from .in files and generating from them

youtube-dl: youtube_dl/*.py
zip --quiet youtube-dl __main__.py youtube_dl/*.py
echo '#!/usr/bin/env python' > youtube-dl
cat youtube-dl.zip >> youtube-dl
rm youtube-dl.zip
chmod a+x youtube-dl

youtube-dl.exe: youtube_dl/*.py
bash devscripts/wine-py2exe.sh build_exe.py
Expand Down

0 comments on commit 190e8e2

Please sign in to comment.