projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44c8892
)
[Makefile] Fix youtube-dl.1 target
author
Sergey M․
<dstftw@gmail.com>
Sun, 29 May 2016 03:11:16 +0000
(09:11 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Sun, 29 May 2016 03:11:16 +0000
(09:11 +0600)
Now it accepts output filename as argument
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 3861b23d5c34d94d4eab02167bd47441f4cecfde..6ee4ba4ebc6804ad78061d6b346fd67cd3fd01e5 100644
(file)
--- 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