X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=Makefile;h=e725dc720a8cdf2514994dfe51e57f624b190086;hb=aab771fbdfeb7bb57b4a7d8e22e13bf34d31bac3;hp=0039f90c929158483a38cd9bc78516915430c086;hpb=ef53099e35180f0453f40c9a440a04116ed8c370;p=youtube-dl diff --git a/Makefile b/Makefile index 0039f90c9..e725dc720 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,9 @@ default: update -update: update-readme +update: update-readme update-latest +update-latest: + ./youtube-dl --version > LATEST_VERSION update-readme: @options=$$(COLUMNS=80 ./youtube-dl --help | sed -e '1,/.*General Options.*/ d' -e 's/^\W\{2\}\(\w\)/### \1/') && \ @@ -15,4 +17,4 @@ update-readme: -.PHONY: default update update-readme +.PHONY: default update update-latest update-readme