Makefile: prettier 'download_stats'.
This commit is contained in:
parent
12d573db66
commit
b74099c052
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -49,7 +49,7 @@ man/pandoc.1: README man/pandoc.1.template
|
|||
|
||||
download_stats:
|
||||
curl https://api.github.com/repos/jgm/pandoc/releases | \
|
||||
jq '[.[] | .assets | .[] | {name: .name, download_count: .download_count}]'
|
||||
jq -r '.[] | .assets | .[] | "\(.download_count)\t\(.name)"'
|
||||
|
||||
clean:
|
||||
cabal clean
|
||||
|
|
Loading…
Add table
Reference in a new issue