youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit dffcc2ea0c397bafb1712bcc29c0620fa86516ed
parent 1800eeefed27f1b7e5f3c7840b0336a2d7759c9f
Author: Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Date:   Tue, 13 May 2014 14:37:05 +0200

Makefile: write the manpage to the right file and use the processed markdown document

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -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