diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-07-04 10:29:52 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-07-04 10:29:52 -0700 |
commit | b74099c0521ff6ee27596935e3b1648450c947a5 (patch) | |
tree | 909538d02bc53931a89d29643a674b64e6c01be0 /Makefile | |
parent | 12d573db66eafbb67cf954dc4892102fc580ad55 (diff) | |
download | pandoc-b74099c0521ff6ee27596935e3b1648450c947a5.tar.gz |
Makefile: prettier 'download_stats'.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |