aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2016-05-29 09:11:16 +0600
committerSergey M․ <dstftw@gmail.com>2016-05-29 09:11:16 +0600
commit27f17c0eabde55cbaab613280f60c01f5ee01025 (patch)
treece5fa92fb4172b7c8b9d7be8d5a826e67d70136c /Makefile
parent44c88923696d383bb1a74d9890e7e3126b846625 (diff)
downloadyoutube-dl-27f17c0eabde55cbaab613280f60c01f5ee01025.zip
youtube-dl-27f17c0eabde55cbaab613280f60c01f5ee01025.tar.gz
youtube-dl-27f17c0eabde55cbaab613280f60c01f5ee01025.tar.bz2
[Makefile] Fix youtube-dl.1 target
Now it accepts output filename as argument
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3861b23..6ee4ba4 100644
--- 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