aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-12-05 12:33:17 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2019-12-05 12:33:17 -0800
commit2f87b04450a2f84229386850ceb71466c8f6aab1 (patch)
treedd6c2791a169e6c712da5d7645d0d5939a6885a7 /Makefile
parent892995c6ded09100cc00d8f8bd6ccd0c5270e4c6 (diff)
downloadpandoc-2f87b04450a2f84229386850ceb71466c8f6aab1.tar.gz
Makefile - fix emoji.json path
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index acf5e047a..fe2bd08c1 100644
--- a/Makefile
+++ b/Makefile
@@ -120,7 +120,7 @@ download_stats:
curl https://api.github.com/repos/jgm/pandoc/releases | \
jq -r '.[] | .assets | .[] | "\(.download_count)\t\(.name)"'
-data/emoji.json:
+emoji.json:
curl https://raw.githubusercontent.com/github/gemoji/master/db/emoji.json | jq '[.[] | {emoji: .emoji, aliases: .aliases}]' > $@
pandoc-templates: