Skip to content

Commit

Permalink
[Makefile] Fix youtube-dl.1 target
Browse files Browse the repository at this point in the history
Now it accepts output filename as argument
  • Loading branch information
dstftw committed May 29, 2016
1 parent 44c8892 commit 27f17c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 27f17c0

Please sign in to comment.