X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=e725dc720a8cdf2514994dfe51e57f624b190086;hb=053419cd245e4af1330bf970a0b919c71cdb3a94;hp=0039f90c929158483a38cd9bc78516915430c086;hpb=8f88eb1fa70598c9615b7e58ae3f2497627a1925;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