X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=Makefile;h=e725dc720a8cdf2514994dfe51e57f624b190086;hb=abeac45abe7d63bf880e7b99df7287516113c86f;hp=0039f90c929158483a38cd9bc78516915430c086;hpb=8f88eb1fa70598c9615b7e58ae3f2497627a1925;p=youtube-dl.git diff --git a/Makefile b/Makefile index 0039f90..e725dc7 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