mirror of
https://github.com/googlefonts/noto-emoji.git
synced 2025-06-08 15:57:59 +00:00
Quiet makefile output.
This commit is contained in:
parent
ee81bf8043
commit
2afcb05d16
1 changed files with 5 additions and 5 deletions
10
Makefile
10
Makefile
|
@ -188,9 +188,9 @@ $(QUANTIZED_DIR)/%.png: $(EMOJI_DIR)/%.png $(PNGQUANT) | $(QUANTIZED_DIR)
|
||||||
|
|
||||||
$(COMPRESSED_DIR)/%.png: $(QUANTIZED_DIR)/%.png | check_compress_tool $(COMPRESSED_DIR)
|
$(COMPRESSED_DIR)/%.png: $(QUANTIZED_DIR)/%.png | check_compress_tool $(COMPRESSED_DIR)
|
||||||
ifdef MISSING_ZOPFLI
|
ifdef MISSING_ZOPFLI
|
||||||
$(OPTIPNG) -quiet -o7 -clobber -force -out "$@" "$<"
|
@$(OPTIPNG) -quiet -o7 -clobber -force -out "$@" "$<"
|
||||||
else
|
else
|
||||||
$(ZOPFLIPNG) -y "$<" "$@" 1> /dev/null 2>&1
|
@$(ZOPFLIPNG) -y "$<" "$@" 1> /dev/null 2>&1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
|
@ -214,9 +214,9 @@ $(EMOJI).ttf: $(EMOJI).tmpl.ttf $(EMOJI_BUILDER) $(PUA_ADDER) \
|
||||||
$(ALL_COMPRESSED_FILES) | check_vs_adder
|
$(ALL_COMPRESSED_FILES) | check_vs_adder
|
||||||
@python $(EMOJI_BUILDER) -V $< "$@" "$(COMPRESSED_DIR)/emoji_u"
|
@python $(EMOJI_BUILDER) -V $< "$@" "$(COMPRESSED_DIR)/emoji_u"
|
||||||
@python $(PUA_ADDER) "$@" "$@-with-pua"
|
@python $(PUA_ADDER) "$@" "$@-with-pua"
|
||||||
$(VS_ADDER) -vs 2640 2642 2695 --dstdir '.' -o "$@-with-pua-varsel" "$@-with-pua"
|
@$(VS_ADDER) -vs 2640 2642 2695 --dstdir '.' -o "$@-with-pua-varsel" "$@-with-pua"
|
||||||
mv "$@-with-pua-varsel" "$@"
|
@mv "$@-with-pua-varsel" "$@"
|
||||||
rm "$@-with-pua"
|
@rm "$@-with-pua"
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f $(EMOJI).ttf $(EMOJI).tmpl.ttf $(EMOJI).tmpl.ttx
|
rm -f $(EMOJI).ttf $(EMOJI).tmpl.ttf $(EMOJI).tmpl.ttx
|
||||||
|
|
Loading…
Add table
Reference in a new issue