[Makefile] Fix youtube-dl.1 target
authorSergey M․ <dstftw@gmail.com>
Sun, 29 May 2016 03:11:16 +0000 (09:11 +0600)
committerSergey M․ <dstftw@gmail.com>
Sun, 29 May 2016 03:11:16 +0000 (09:11 +0600)
Now it accepts output filename as argument

Makefile

index 3861b23d5c34d94d4eab02167bd47441f4cecfde..6ee4ba4ebc6804ad78061d6b346fd67cd3fd01e5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -69,7 +69,7 @@ README.txt: README.md
        pandoc -f markdown -t plain README.md -o README.txt
 
 youtube-dl.1: README.md
-       $(PYTHON) devscripts/prepare_manpage.py >youtube-dl.1.temp.md
+       $(PYTHON) devscripts/prepare_manpage.py 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