Update makefile to match new folderstructure

This commit is contained in:
Sander van den Oever 2016-03-14 23:56:34 +01:00
parent e743d49a8b
commit e82b1ed2eb

View File

@ -67,8 +67,8 @@ README.md: youtube_dl/*.py youtube_dl/*/*.py
CONTRIBUTING.md: README.md CONTRIBUTING.md: README.md
$(PYTHON) devscripts/make_contributing.py README.md CONTRIBUTING.md $(PYTHON) devscripts/make_contributing.py README.md CONTRIBUTING.md
issue_template: ISSUE_TEMPLATE.md youtube_dl/version.py issue_template: .github/ISSUE_TEMPLATE.md youtube_dl/version.py
$(PYTHON) devscripts/make_issue_template.py ISSUE_TEMPLATE.md $(PYTHON) devscripts/make_issue_template.py .github/ISSUE_TEMPLATE.md
supportedsites: supportedsites:
$(PYTHON) devscripts/make_supportedsites.py docs/supportedsites.md $(PYTHON) devscripts/make_supportedsites.py docs/supportedsites.md