aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-07-04 10:29:52 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-07-04 10:29:52 -0700
commitb74099c0521ff6ee27596935e3b1648450c947a5 (patch)
tree909538d02bc53931a89d29643a674b64e6c01be0 /Makefile
parent12d573db66eafbb67cf954dc4892102fc580ad55 (diff)
downloadpandoc-b74099c0521ff6ee27596935e3b1648450c947a5.tar.gz
Makefile: prettier 'download_stats'.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a2ed18d55..a44085420 100644
--- a/Makefile
+++ b/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