From: Jaime Marquínez Ferrándiz Date: Tue, 13 May 2014 12:37:05 +0000 (+0200) Subject: Makefile: write the manpage to the right file and use the processed markdown document X-Git-Url: http://git.oshgnacknak.de/?a=commitdiff_plain;h=dffcc2ea0c397bafb1712bcc29c0620fa86516ed;p=youtube-dl Makefile: write the manpage to the right file and use the processed markdown document --- 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