aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2014-03-26 12:01:08 +0100
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2014-03-26 12:01:08 +0100
commit2c8a4ba6b55a4ec5ea90f965227271cda0c8f8a1 (patch)
treeabe988fd19be9b053afb4f061a530c57aebfa16c /Makefile
parentad8915b7297992947e1ddeab80c42e9f64571e9b (diff)
downloadyoutube-dl-2c8a4ba6b55a4ec5ea90f965227271cda0c8f8a1.zip
youtube-dl-2c8a4ba6b55a4ec5ea90f965227271cda0c8f8a1.tar.gz
youtube-dl-2c8a4ba6b55a4ec5ea90f965227271cda0c8f8a1.tar.bz2
Makefile: include the docs in the tarball
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c6d0993..f7d917d 100644
--- a/Makefile
+++ b/Makefile
@@ -72,8 +72,9 @@ youtube-dl.tar.gz: youtube-dl README.md README.txt youtube-dl.1 youtube-dl.bash-
--exclude '__pycache' \
--exclude '.git' \
--exclude 'testdata' \
+ --exclude 'docs/_build' \
-- \
- bin devscripts test youtube_dl \
+ bin devscripts test youtube_dl docs \
CHANGELOG LICENSE README.md README.txt \
Makefile MANIFEST.in youtube-dl.1 youtube-dl.bash-completion setup.py \
youtube-dl