--- yt-dlp-git-0d146c1e3.old/Makefile +++ yt-dlp-git-0d146c1e3/Makefile @@ -1,4 +1,4 @@ -all: lazy-extractors yt-dlp doc pypi-files +all: lazy-extractors yt-dlp clean: clean-test clean-dist clean-all: clean clean-cache completions: completion-bash completion-fish completion-zsh --- yt-dlp-git-0d146c1e3.old/Makefile +++ yt-dlp-git-0d146c1e3/Makefile @@ -50,11 +50,9 @@ MARKDOWN != $(MARKDOWN_CMD) MARKDOWN ?= $(shell $(MARKDOWN_CMD)) -install: lazy-extractors yt-dlp yt-dlp.1 completions +install: lazy-extractors yt-dlp completions mkdir -p $(DESTDIR)$(BINDIR) install -m755 yt-dlp $(DESTDIR)$(BINDIR)/yt-dlp - mkdir -p $(DESTDIR)$(MANDIR)/man1 - install -m644 yt-dlp.1 $(DESTDIR)$(MANDIR)/man1/yt-dlp.1 mkdir -p $(DESTDIR)$(SHAREDIR)/bash-completion/completions install -m644 completions/bash/yt-dlp $(DESTDIR)$(SHAREDIR)/bash-completion/completions/yt-dlp mkdir -p $(DESTDIR)$(SHAREDIR)/zsh/site-functions