]> jfr.im git - yt-dlp.git/blobdiff - Makefile
Add post_hooks option to YoutubeDL.py (https://github.com/ytdl-org/youtube-dl/pull...
[yt-dlp.git] / Makefile
index 9588657c15b0360f258a807f767ce22981218230..368c835859246fdce5887709f314ae981d2880d9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,5 @@
-all: youtube-dlc README.md CONTRIBUTING.md README.txt youtube-dlc.1 youtube-dlc.bash-completion youtube-dlc.zsh youtube-dlc.fish supportedsites
+all: youtube-dlc README.md CONTRIBUTING.md README.txt issuetemplates youtube-dlc.1 youtube-dlc.bash-completion youtube-dlc.zsh youtube-dlc.fish supportedsites
+doc: README.md CONTRIBUTING.md issuetemplates supportedsites
 
 clean:
        rm -rf youtube-dlc.1.temp.md youtube-dlc.1 youtube-dlc.bash-completion README.txt MANIFEST build/ dist/ .coverage cover/ youtube-dlc.tar.gz youtube-dlc.zsh youtube-dlc.fish youtube_dlc/extractor/lazy_extractors.py *.dump *.part* *.ytdl *.info.json *.mp4 *.m4a *.flv *.mp3 *.avi *.mkv *.webm *.3gp *.wav *.ape *.swf *.jpg *.png CONTRIBUTING.md.tmp youtube-dlc youtube-dlc.exe
@@ -49,7 +50,8 @@ offlinetest: codetest
                --exclude test_subtitles.py \
                --exclude test_write_annotations.py \
                --exclude test_youtube_lists.py \
-               --exclude test_youtube_signature.py
+               --exclude test_youtube_signature.py \
+               --exclude test_post_hooks.py
 
 tar: youtube-dlc.tar.gz