Browse Source

disable docs due to pandoc

Signed-off-by: Toshaan Bharvani <toshaan@powerel.org>
master
Toshaan Bharvani 5 months ago
parent
commit
9dbe753c10
  1. 6
      SPECS/youtube-dl.spec

6
SPECS/youtube-dl.spec

@ -40,7 +40,11 @@ find youtube_dl -type f -exec sed -i -e '1{/^\#!\/usr\/bin\/env python$/d;};' {} @@ -40,7 +40,11 @@ find youtube_dl -type f -exec sed -i -e '1{/^\#!\/usr\/bin\/env python$/d;};' {}

%build
%py3_build
make PYTHON=python3
make youtube-dl PYTHON=python3
make youtube-dl.bash-completion PYTHON=python3
make youtube-dl.zsh PYTHON=python3
make youtube-dl.fish PYTHON=python3
make supportedsites PYTHON=python3




Loading…
Cancel
Save