]> jfr.im git - yt-dlp.git/blobdiff - Makefile
[mxplayer] Add new extractor
[yt-dlp.git] / Makefile
index 1c2ca5e1181b26fbdf6010a31fc9fe5546f23c51..c3669a03650f13f2c0441834cbd78a5acafc6f8c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -87,7 +87,7 @@ issuetemplates: devscripts/make_issue_template.py .github/ISSUE_TEMPLATE_tmpl/1_
        $(PYTHON) devscripts/make_issue_template.py .github/ISSUE_TEMPLATE_tmpl/5_feature_request.md .github/ISSUE_TEMPLATE/5_feature_request.md
 
 supportedsites:
-       $(PYTHON) devscripts/make_supportedsites.py docs/supportedsites.md
+       $(PYTHON) devscripts/make_supportedsites.py supportedsites.md
 
 README.txt: README.md
        pandoc -f $(MARKDOWN) -t plain README.md -o README.txt
@@ -133,6 +133,6 @@ yt-dlp.tar.gz: yt-dlp README.md README.txt yt-dlp.1 bash-completion zsh-completi
                --exclude 'docs/_build' \
                -- \
                bin devscripts test yt_dlp docs \
-               ChangeLog AUTHORS LICENSE README.md README.txt \
+               ChangeLog AUTHORS LICENSE README.md supportedsites.md README.txt \
                Makefile MANIFEST.in yt-dlp.1 completions \
                setup.py setup.cfg yt-dlp