diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-12-05 12:33:17 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-12-05 12:33:17 -0800 |
commit | 2f87b04450a2f84229386850ceb71466c8f6aab1 (patch) | |
tree | dd6c2791a169e6c712da5d7645d0d5939a6885a7 /Makefile | |
parent | 892995c6ded09100cc00d8f8bd6ccd0c5270e4c6 (diff) | |
download | pandoc-2f87b04450a2f84229386850ceb71466c8f6aab1.tar.gz |
Makefile - fix emoji.json path
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |