aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSander van den Oever <sandervdo@gmail.com>2016-03-06 23:16:13 +0100
committerSergey M․ <dstftw@gmail.com>2016-03-28 22:43:13 +0600
commit7710bdf4e813879dbd8c5857e13a2c64e0ce8837 (patch)
tree85d8e96ff4c60f0d7d52ab5aa6645440ae17ee15 /Makefile
parent8d9dd3c34bd38b2545af95f8ef670b07ae1fb6ff (diff)
downloadyoutube-dl-7710bdf4e813879dbd8c5857e13a2c64e0ce8837.zip
youtube-dl-7710bdf4e813879dbd8c5857e13a2c64e0ce8837.tar.gz
youtube-dl-7710bdf4e813879dbd8c5857e13a2c64e0ce8837.tar.bz2
Add initial ISSUE_TEMPLATE
Add auto-updating of youtube-dl version in ISSUE_TEMPLATE Move parts of template text and adopt makefile to new format Moved the 'kind-of-issue' section and rephrased a bit Rephrased and moved Example URL section upwards Moved ISSUE_TEMPLATE inside .github folder. Update makefile to match new folderstructure
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6689ec0..bfbe5e6 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-all: youtube-dl README.md CONTRIBUTING.md README.txt youtube-dl.1 youtube-dl.bash-completion youtube-dl.zsh youtube-dl.fish supportedsites
+all: youtube-dl README.md CONTRIBUTING.md issue_template 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 youtube-dl youtube-dl.exe
@@ -59,6 +59,9 @@ README.md: youtube_dl/*.py youtube_dl/*/*.py
CONTRIBUTING.md: README.md
$(PYTHON) devscripts/make_contributing.py README.md CONTRIBUTING.md
+issue_template: .github/ISSUE_TEMPLATE.md youtube_dl/version.py
+ $(PYTHON) devscripts/make_issue_template.py .github/ISSUE_TEMPLATE.md
+
supportedsites:
$(PYTHON) devscripts/make_supportedsites.py docs/supportedsites.md