about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorFilippo Valsorda <filippo.valsorda@gmail.com>2012-12-31 19:15:30 +0100
committerFilippo Valsorda <filippo.valsorda@gmail.com>2013-01-02 21:52:27 +0100
commitb962b76f439f5614c5ce10c4efc601f290311986 (patch)
treed5afea065915a03bd2a9fe9930c09d0d93a033de /Makefile
parent26cf040827a107fa6e8ccf10e1bc6e7860435839 (diff)
downloadyoutube-dl-b962b76f439f5614c5ce10c4efc601f290311986.tar.gz
youtube-dl-b962b76f439f5614c5ce10c4efc601f290311986.tar.xz
youtube-dl-b962b76f439f5614c5ce10c4efc601f290311986.zip
re-worked release workflow, it is one-step and creates GPG signatures now
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index b49af6a7a..0069e7975 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 all: youtube-dl README.md README.txt youtube-dl.1 youtube-dl.bash-completion
 
 clean:
-	rm -rf youtube-dl youtube-dl.exe youtube-dl.1 youtube-dl.bash-completion README.txt MANIFEST build/ dist/
+	rm -rf youtube-dl youtube-dl.exe youtube-dl.1 youtube-dl.bash-completion README.txt MANIFEST build/ dist/ .coverage cover/
 
 PREFIX=/usr/local
 BINDIR=$(PREFIX)/bin
@@ -43,7 +43,5 @@ youtube-dl.bash-completion: youtube_dl/*.py devscripts/bash-completion.in
 	python devscripts/bash-completion.py
 
 youtube-dl.tar.gz: all
-	tar -czf youtube-dl.tar.gz -s "|^./|./youtube-dl/|" --exclude="updates_key.pem" \
-		--exclude="*.pyc" --exclude="*.pyo" --exclude="*~" --exclude="youtube-dl.exe" \
-		--exclude="wine-py2exe/" --exclude="py2exe.log" --exclude="*.kate-swp" \
-		--exclude="build/" --exclude="dist/" --exclude="MANIFEST" --exclude=".git/" .
+	tar -cvzf youtube-dl.tar.gz -s "|^./|./youtube-dl/|" \
+		--exclude-from=".tarignore" -- .