about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2014-05-13 14:37:05 +0200
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2014-05-13 14:37:05 +0200
commitdffcc2ea0c397bafb1712bcc29c0620fa86516ed (patch)
tree2b8250193d90a234453bf62c2779e1c63a9ed1b8 /Makefile
parent1800eeefed27f1b7e5f3c7840b0336a2d7759c9f (diff)
downloadyoutube-dl-dffcc2ea0c397bafb1712bcc29c0620fa86516ed.tar.gz
youtube-dl-dffcc2ea0c397bafb1712bcc29c0620fa86516ed.tar.xz
youtube-dl-dffcc2ea0c397bafb1712bcc29c0620fa86516ed.zip
Makefile: write the manpage to the right file and use the processed markdown document
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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