浏览代码

Makefile: include the docs in the tarball

Jaime Marquínez Ferrándiz 11 年之前
父节点
当前提交
2c8a4ba6b5
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      Makefile

+ 2 - 1
Makefile

@@ -72,8 +72,9 @@ youtube-dl.tar.gz: youtube-dl README.md README.txt youtube-dl.1 youtube-dl.bash-
 		--exclude '__pycache' \
 		--exclude '__pycache' \
 		--exclude '.git' \
 		--exclude '.git' \
 		--exclude 'testdata' \
 		--exclude 'testdata' \
+		--exclude 'docs/_build' \
 		-- \
 		-- \
-		bin devscripts test youtube_dl \
+		bin devscripts test youtube_dl docs \
 		CHANGELOG LICENSE README.md README.txt \
 		CHANGELOG LICENSE README.md README.txt \
 		Makefile MANIFEST.in youtube-dl.1 youtube-dl.bash-completion setup.py \
 		Makefile MANIFEST.in youtube-dl.1 youtube-dl.bash-completion setup.py \
 		youtube-dl
 		youtube-dl