Split code as a package, compiled into an executable zip

This commit is contained in:
Filippo Valsorda 2012-03-25 03:07:37 +02:00
parent c23d8a74dc
commit d77c3dfd02
8 changed files with 4333 additions and 4284 deletions

View file

@ -18,6 +18,9 @@ update-readme:
echo "$${footer}" >> README.md
compile:
cp youtube_dl/__init__.py youtube-dl
zip --junk-paths youtube-dl youtube_dl/*.py
echo '#!/usr/bin/env python' > youtube-dl
cat youtube-dl.zip >> youtube-dl
rm youtube-dl.zip
.PHONY: default compile update update-latest update-readme