mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-08 10:20:37 +00:00
parent
3ac7b66047
commit
b4d3738338
7
Makefile
7
Makefile
@ -56,6 +56,13 @@ install: lazy-extractors yt-dlp yt-dlp.1 completions
|
|||||||
mkdir -p $(DESTDIR)$(SHAREDIR)/fish/vendor_completions.d
|
mkdir -p $(DESTDIR)$(SHAREDIR)/fish/vendor_completions.d
|
||||||
install -m644 completions/fish/yt-dlp.fish $(DESTDIR)$(SHAREDIR)/fish/vendor_completions.d/yt-dlp.fish
|
install -m644 completions/fish/yt-dlp.fish $(DESTDIR)$(SHAREDIR)/fish/vendor_completions.d/yt-dlp.fish
|
||||||
|
|
||||||
|
uninstall:
|
||||||
|
rm -f $(DESTDIR)$(BINDIR)/yt-dlp
|
||||||
|
rm -f $(DESTDIR)$(MANDIR)/man1/yt-dlp.1
|
||||||
|
rm -f $(DESTDIR)$(SHAREDIR)/bash-completion/completions/yt-dlp
|
||||||
|
rm -f $(DESTDIR)$(SHAREDIR)/zsh/site-functions/_yt-dlp
|
||||||
|
rm -f $(DESTDIR)$(SHAREDIR)/fish/vendor_completions.d/yt-dlp.fish
|
||||||
|
|
||||||
codetest:
|
codetest:
|
||||||
flake8 .
|
flake8 .
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user