From e82b1ed2eb25c9c1882592b549883ca671d97927 Mon Sep 17 00:00:00 2001 From: Sander van den Oever Date: Mon, 14 Mar 2016 23:56:34 +0100 Subject: [PATCH] Update makefile to match new folderstructure --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index dabb58760..3e3c5307f 100644 --- a/Makefile +++ b/Makefile @@ -67,8 +67,8 @@ README.md: youtube_dl/*.py youtube_dl/*/*.py CONTRIBUTING.md: README.md $(PYTHON) devscripts/make_contributing.py README.md CONTRIBUTING.md -issue_template: ISSUE_TEMPLATE.md youtube_dl/version.py - $(PYTHON) devscripts/make_issue_template.py ISSUE_TEMPLATE.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