commit: cb6568bf21e891143dab378d4a40988fc52b9f1d
parent 235b3ba479af9c779dd2609ba07003c0748b1a25
Author: Philipp Hagemeister <phihag@phihag.de>
Date: Mon, 21 Nov 2011 20:00:54 +0100
Use the dev version in Makefile
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
@@ -3,10 +3,10 @@ default: update
update: compile update-readme update-latest
update-latest:
- ./youtube-dl --version > LATEST_VERSION
+ ./youtube-dl.dev --version > LATEST_VERSION
update-readme:
- @options=$$(COLUMNS=80 ./youtube-dl --help | sed -e '1,/.*General Options.*/ d' -e 's/^\W\{2\}\(\w\)/### \1/') && \
+ @options=$$(COLUMNS=80 ./youtube-dl.dev --help | sed -e '1,/.*General Options.*/ d' -e 's/^\W\{2\}\(\w\)/### \1/') && \
header=$$(sed -e '/.*## OPTIONS/,$$ d' README.md) && \
footer=$$(sed -e '1,/.*## FAQ/ d' README.md) && \
echo "$${header}" > README.md && \