commit: 27f17c0eabde55cbaab613280f60c01f5ee01025
parent 44c88923696d383bb1a74d9890e7e3126b846625
Author: Sergey M․ <dstftw@gmail.com>
Date: Sun, 29 May 2016 09:11:16 +0600
[Makefile] Fix youtube-dl.1 target
Now it accepts output filename as argument
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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