aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2011-11-21 20:00:54 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2011-11-21 20:00:54 +0100
commitcb6568bf21e891143dab378d4a40988fc52b9f1d (patch)
treedd6187f2a3e92de34851805008921ad438443d80
parent235b3ba479af9c779dd2609ba07003c0748b1a25 (diff)
downloadyoutube-dl-cb6568bf21e891143dab378d4a40988fc52b9f1d.tar.xz
Use the dev version in Makefile
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f0602d2fc..07cc1eff7 100644
--- 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 && \