Added download_stats target to Makefile.
This commit is contained in:
parent
226a5cd6a9
commit
e1a6110cc2
1 changed files with 5 additions and 1 deletions
6
Makefile
6
Makefile
|
@ -47,8 +47,12 @@ osxpkg:
|
|||
%.5: %.5.template README
|
||||
${makemanpages}
|
||||
|
||||
download_stats:
|
||||
curl https://api.github.com/repos/jgm/pandoc/releases | \
|
||||
jq '[.[] | .assets | .[] | {name: .name, download_count: .download_count}]'
|
||||
|
||||
clean:
|
||||
cabal clean
|
||||
-rm -rf $(BINDIST) $(BINDIST).tar.gz
|
||||
|
||||
.PHONY: deps quick full install man clean test bench haddock osxpkg dist bindist prof
|
||||
.PHONY: deps quick full install man clean test bench haddock osxpkg dist bindist prof download_stats
|
||||
|
|
Loading…
Add table
Reference in a new issue