diff options
author | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2014-05-13 14:37:05 +0200 |
---|---|---|
committer | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2014-05-13 14:37:05 +0200 |
commit | dffcc2ea0c397bafb1712bcc29c0620fa86516ed (patch) | |
tree | 2b8250193d90a234453bf62c2779e1c63a9ed1b8 /Makefile | |
parent | 1800eeefed27f1b7e5f3c7840b0336a2d7759c9f (diff) |
Makefile: write the manpage to the right file and use the processed markdown document
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ README.txt: README.md youtube-dl.1: README.md python devscripts/prepare_manpage.py >youtube-dl.1.temp.md - pandoc -s -f markdown -t man README.md -o 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 youtube-dl.bash-completion: youtube_dl/*.py youtube_dl/*/*.py devscripts/bash-completion.in |