Use the dev version in Makefile
authorPhilipp Hagemeister <phihag@phihag.de>
Mon, 21 Nov 2011 19:00:54 +0000 (20:00 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Mon, 21 Nov 2011 19:00:54 +0000 (20:00 +0100)
Makefile

index f0602d2..07cc1ef 100644 (file)
--- 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 && \