aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-12-08 17:25:58 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2019-12-08 17:27:18 -0800
commit0bfe478a693451500528fc05c1e5f48f3ca1a55b (patch)
tree1b2c6f9cc737243b093ca1ec4ebfdcb04b888524 /Makefile
parent7f4154a8bbeff772b778b60c75fe1081b3b9b5f1 (diff)
downloadpandoc-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--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index fe2bd08c1..2214436c5 100644
--- a/Makefile
+++ b/Makefile
@@ -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/ ; \