Browse Source
[Makefile] Fix youtube-dl.1 target
Now it accepts output filename as argument
master
Sergey M․
8 years ago
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|
|
|
|
|