You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
831 B

  1. diff --git a/Makefile b/Makefile
  2. index 4a62f44..fee93e8 100644
  3. --- a/Makefile
  4. +++ b/Makefile
  5. @@ -85,12 +85,12 @@ supportedsites:
  6. $(PYTHON) devscripts/make_supportedsites.py docs/supportedsites.md
  7. README.txt: README.md
  8. - pandoc -f $(MARKDOWN) -t plain README.md -o README.txt
  9. +# pandoc -f $(MARKDOWN) -t plain README.md -o README.txt
  10. youtube-dl.1: README.md
  11. - $(PYTHON) devscripts/prepare_manpage.py youtube-dl.1.temp.md
  12. - pandoc -s -f $(MARKDOWN) -t man youtube-dl.1.temp.md -o youtube-dl.1
  13. - rm -f youtube-dl.1.temp.md
  14. +# $(PYTHON) devscripts/prepare_manpage.py youtube-dl.1.temp.md
  15. +# pandoc -s -f $(MARKDOWN) -t man youtube-dl.1.temp.md -o youtube-dl.1
  16. +# rm -f youtube-dl.1.temp.md
  17. youtube-dl.bash-completion: youtube_dl/*.py youtube_dl/*/*.py devscripts/bash-completion.in
  18. $(PYTHON) devscripts/bash-completion.py