Skip to content

Commit

Permalink
Makefile changes to build Twemoji Mozilla
Browse files Browse the repository at this point in the history
  • Loading branch information
timdream authored Mar 7, 2018
1 parent 3a245a0 commit 7a83e4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ $(FINAL_TARGET) : $(RAW_FONT) $(OT_SOURCE)
-e 'while(<>) {' \
-e ' $$ps = 1 if m/nameID="6"/;' \
-e ' $$ps = 0 if m|</namerecord>|;' \
-e ' s/EmojiOne Mozilla/EmojiOneMozilla/ if $$ps;' \
-e ' s/Twemoji Mozilla/TwemojiMozilla/ if $$ps;' \
-e ' print;' \
-e '}' $(RAW_FONT).names
$(TTX) -m $(RAW_FONT) -o $(RAW_FONT).renamed.ttf $(RAW_FONT).names
Expand All @@ -39,5 +39,5 @@ $(FINAL_TARGET) : $(RAW_FONT) $(OT_SOURCE)
$(RAW_FONT) : $(CODEPOINTS) $(GRUNTFILE)
$(NPM) run grunt webfont

$(CODEPOINTS) $(OT_SOURCE) : $(LAYERIZE) $(SVGS) $(OVERRIDE_DIR) $(EXTRA_DIR) $(EXTRA_DIR)/*.svg
$(CODEPOINTS) $(OT_SOURCE) : $(LAYERIZE) $(SVGS) $(OVERRIDE_DIR) $(EXTRA_DIR)
$(NODE) $(LAYERIZE) $(SVGS) $(OVERRIDE_DIR) $(EXTRA_DIR) $(BUILD_DIR) $(FONT_NAME)

0 comments on commit 7a83e4f

Please sign in to comment.