aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2016-04-06 14:16:05 +0200
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2016-04-06 14:16:05 +0200
commitec4a4c6fccebc1c8ae7a35129171b1181d8badb1 (patch)
tree5768407f9a282bbf93ff87cdc5cce511965bd856 /Makefile
parentbe0c7009fb21ebbbe530ad594a9465dff9d72467 (diff)
downloadyoutube-dl-ec4a4c6fccebc1c8ae7a35129171b1181d8badb1.zip
youtube-dl-ec4a4c6fccebc1c8ae7a35129171b1181d8badb1.tar.gz
youtube-dl-ec4a4c6fccebc1c8ae7a35129171b1181d8badb1.tar.bz2
Makefile: remove ISSUE_TEMPLATE.md from the 'all' target (fixes #9088)
It isn't included in the tar file, causing build failures. Since it's only used for GitHub, I think we don't need to store it in the tar file.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1b08a47..ba7f7ed 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-all: youtube-dl README.md CONTRIBUTING.md .github/ISSUE_TEMPLATE.md README.txt youtube-dl.1 youtube-dl.bash-completion youtube-dl.zsh youtube-dl.fish supportedsites
+all: youtube-dl README.md CONTRIBUTING.md README.txt youtube-dl.1 youtube-dl.bash-completion youtube-dl.zsh youtube-dl.fish supportedsites
clean:
rm -rf youtube-dl.1.temp.md youtube-dl.1 youtube-dl.bash-completion README.txt MANIFEST build/ dist/ .coverage cover/ youtube-dl.tar.gz youtube-dl.zsh youtube-dl.fish *.dump *.part *.info.json *.mp4 *.flv *.mp3 *.avi CONTRIBUTING.md.tmp ISSUE_TEMPLATE.md.tmp youtube-dl youtube-dl.exe