diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-12-08 17:25:58 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-12-08 17:27:18 -0800 |
commit | 0bfe478a693451500528fc05c1e5f48f3ca1a55b (patch) | |
tree | 1b2c6f9cc737243b093ca1ec4ebfdcb04b888524 /Makefile | |
parent | 7f4154a8bbeff772b778b60c75fe1081b3b9b5f1 (diff) | |
download | pandoc-0bfe478a693451500528fc05c1e5f48f3ca1a55b.tar.gz |
Use external emojis package.
Moved the emoji-specified code into an external package
we can depend on.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -120,9 +120,6 @@ download_stats: curl https://api.github.com/repos/jgm/pandoc/releases | \ jq -r '.[] | .assets | .[] | "\(.download_count)\t\(.name)"' -emoji.json: - curl https://raw.githubusercontent.com/github/gemoji/master/db/emoji.json | jq '[.[] | {emoji: .emoji, aliases: .aliases}]' > $@ - pandoc-templates: rm ../pandoc-templates/default.* ; \ cp data/templates/default.* ../pandoc-templates/ ; \ |