emoji for marsey
 
 
 
 
Go to file
Doug Felt 43a7990b6a Change Makefile to be smarter about dependencies.
This reverts some changes in commit b257b6647d that were causing build
issues.  Those changes quoted the path to pngquant in order to deal
with spaces in the path, but as a side effect that prevented
build-dependency analysis (gnu 3.81 on ubuntu) from recognizing that
the .png files didn't need to be built, and so rebuilt them every
time, which takes several minutes.  Apparently make doesn't like
quotes-- strings passed to the shell are fine, but things make itself
processes (like names of targets) are treated literally.

Since the path to pngquant is (now, anyway) a local subpath of the
current directory that has no spaces, it should be ok to use the
subpath and not bother to quote.

Another change replaces two dependencies on flag-symlinks with a
dependency on PNG128_FLAGS, for the same reason: after flag-symlinks
executed it was not recognized as being up to date and so the rules
with these dependencies always executed.
2015-10-14 17:18:29 -07:00
fonts Update README and add OFL License. Also add Noto splash image. 2015-09-25 14:17:46 -07:00
images Update README and add OFL License. Also add Noto splash image. 2015-09-25 14:17:46 -07:00
png/128 [color_emoji] Update newer emoji asssets to larger size. 2014-12-19 12:39:50 -08:00
svg Revert "add NL flag svg" 2015-08-17 14:44:05 -07:00
third_party Remove format 14 cmap tool and ucd data, and update Makefile 2015-10-14 16:56:44 -07:00
AUTHORS Add AUTHORS / CONTRIBUTORS / LICENSE 2015-06-05 12:51:13 -07:00
CONTRIBUTING.md update/add link to corporate agreement, per guidelines 2015-08-17 16:21:46 -07:00
CONTRIBUTORS Add AUTHORS / CONTRIBUTORS / LICENSE 2015-06-05 12:51:13 -07:00
LICENSE Add AUTHORS / CONTRIBUTORS / LICENSE 2015-06-05 12:51:13 -07:00
Makefile Change Makefile to be smarter about dependencies. 2015-10-14 17:18:29 -07:00
NotoColorEmoji.tmpl.ttx.tmpl update template for OFL license 2015-09-29 11:32:33 -07:00
NotoColorEmojiSvg.tmpl.ttx Merge font and html test file generation, plus tweaks. 2015-02-20 13:52:38 -08:00
README.md Update README and add OFL License. Also add Noto splash image. 2015-09-25 14:17:46 -07:00
add_emoji_gsub.py Python is not always installed as /usr/bin/python 2015-06-19 22:01:52 +02:00
add_svg_glyphs.py Python is not always installed as /usr/bin/python 2015-06-19 22:01:52 +02:00
collect_emoji_svg.py Python is not always installed as /usr/bin/python 2015-06-19 22:01:52 +02:00
flag_glyph_name.py Python is not always installed as /usr/bin/python 2015-06-19 22:01:52 +02:00
generate_test_html.py Python is not always installed as /usr/bin/python 2015-06-19 22:01:52 +02:00
map_pua_emoji.py Python is not always installed as /usr/bin/python 2015-06-19 22:01:52 +02:00
svg_builder.py respond to comments on r1a10391d3f73 2015-02-26 19:10:30 -08:00
svg_cleaner.py Python is not always installed as /usr/bin/python 2015-06-19 22:01:52 +02:00
waveflag.c Add flags for 200+ regions. 2014-08-12 19:28:00 -07:00

README.md

Noto

Noto Emoji

Color and Black-and-White Noto emoji fonts, and tools for working with them.

License

Emoji fonts (under the fonts subdirectory) are under the SIL Open Font License, version 1.1.
Tools are under the Apache license, version 2.0.

Contributing

Please read CONTRIBUTING if you are thinking of contributing to this project.

News

  • 2015-09-29: All Noto fonts now licensed under the SIL Open Font License.