about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorFilippo Valsorda <filippo.valsorda@gmail.com>2012-11-29 15:38:07 +0100
committerFilippo Valsorda <filippo.valsorda@gmail.com>2012-11-29 15:38:07 +0100
commit8192ebe1f874b22b0c27e675a4136a06e46a68ce (patch)
tree43e0feda4e3381d0c9455a7760093533d47145a5 /Makefile
parentcaaa47d37215f498c033afb42972c135be8138d4 (diff)
parent20ba04267c3c2be27a766a43f34014012799b761 (diff)
downloadyoutube-dl-8192ebe1f874b22b0c27e675a4136a06e46a68ce.tar.gz
youtube-dl-8192ebe1f874b22b0c27e675a4136a06e46a68ce.tar.xz
youtube-dl-8192ebe1f874b22b0c27e675a4136a06e46a68ce.zip
Merge remote-tracking branch 'origin/master' into fork_master
New tests - merged with md5 correction
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b5c0d4266..2eb226fdb 100644
--- a/Makefile
+++ b/Makefile
@@ -23,6 +23,13 @@ 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 youtube_dl/*.py
+	zip --quiet --junk-paths youtube-dl youtube_dl/__main__.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