diff options
author | pukkandan <pukkandan@gmail.com> | 2021-01-08 02:05:52 +0530 |
---|---|---|
committer | pukkandan <pukkandan@gmail.com> | 2021-01-08 02:13:14 +0530 |
commit | a26c99ac13e307bdfe7889739777b022866d2cff (patch) | |
tree | e32a512b41dac615875ef403971485d631512a16 /Makefile | |
parent | 1b77b347d422ed70fd833a9f0327ea418ba4919c (diff) | |
download | hypervideo-pre-a26c99ac13e307bdfe7889739777b022866d2cff.tar.lz hypervideo-pre-a26c99ac13e307bdfe7889739777b022866d2cff.tar.xz hypervideo-pre-a26c99ac13e307bdfe7889739777b022866d2cff.zip |
Release 2021.01.07-1
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ 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: youtube-dlc README.md CONTRIBUTING.md issuetemplates 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 |