From dffcc2ea0c397bafb1712bcc29c0620fa86516ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaime=20Marqui=CC=81nez=20Ferra=CC=81ndiz?= Date: Tue, 13 May 2014 14:37:05 +0200 Subject: [PATCH] Makefile: write the manpage to the right file and use the processed markdown document --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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