X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=a8278586129034fc5dc1bd2a9bbcfd0ff15ea8d9;hb=dfb2e1a325236404c438fdbda73da8c6ca8383cd;hp=cce55b2ea5e4d843d7d233a7200d3f58e1eed04a;hpb=d19bb9c0aa2e62446fa93cbb686ec8d50cb0c6b1;p=youtube-dl.git diff --git a/Makefile b/Makefile index cce55b2ea..a82785861 100644 --- a/Makefile +++ b/Makefile @@ -56,7 +56,7 @@ README.txt: README.md youtube-dl.1: README.md python devscripts/prepare_manpage.py >youtube-dl.1.temp.md - pandoc -s -f markdown -t man README.md -o youtube-dl.1.temp.md + pandoc -s -f markdown -t man youtube-dl.1.temp.md -o youtube-dl.1 rm -f youtube-dl.1.temp.md youtube-dl.bash-completion: youtube_dl/*.py youtube_dl/*/*.py devscripts/bash-completion.in