aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgcmalloc <gcmalloc@gmail.com>2012-11-28 18:33:58 +0100
committergcmalloc <gcmalloc@gmail.com>2012-11-28 18:33:58 +0100
commit190e8e27d8446aaf6cdb992cf1255267bed48d74 (patch)
tree3e8ea31a37db3dcc566ab6ff269da381850a4b8a
parent4efe62a0167a0e82e8aaf25b00294dd281b555c9 (diff)
downloadyoutube-dl-190e8e27d8446aaf6cdb992cf1255267bed48d74.tar.xz
removing the zip option, this can be done with python setup.py bdist --format=zip
-rw-r--r--Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index c4937a512..b5c0d4266 100644
--- a/Makefile
+++ b/Makefile
@@ -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