Sören Tempel
c6aca8f281
Makefile: make check_sequence a order-only prerequisites
...
The Makefile rule for the `$(EMOJI).ttf` target passes the first
prerequisite to the emoji_builder python script using the $< automatic
Makefile variable. For this reason, the first prerequisite of this
target must be `$(EMOJI).tmpl.ttf`. Otherwise the following
error message is emitted:
FileNotFoundError: [Errno 2] No such file or directory: 'check_sequence'
This commit moves the check_sequence prerequisite to the order-only
prerequisites of where it actually belongs as the target itself should
not be updated if check_sequence is executed.
2020-07-25 22:25:07 +02:00
rsheeter
d5e2614842
Merge pull request #312 from googlefonts/emoji13
...
Emoji 13 assets
2020-07-21 19:16:40 -07:00
rsheeter
546287c772
Emoji 13 assets
2020-07-20 13:33:17 -07:00
Dave Crossland
f8131fc457
Merge pull request #299 from kabisa/feature/fontlinter
2020-06-25 10:02:56 -04:00
Guido Theelen
bebb2f2b39
Merge branch 'master' into feature/fontlinter
2020-06-16 08:22:41 +02:00
guidotheelen
1f4c49cb96
fstring for variation selector
2020-06-05 15:17:04 +02:00
rsheeter
8990ed0f03
Merge pull request #304 from googlefonts/venv_check
...
tweak check for tools & venv
2020-06-01 12:42:22 -07:00
rsheeter
4fddbebe7b
missing a spot
2020-05-31 12:07:55 -07:00
rsheeter
97f95d0d69
tweak check for tools & venv
2020-05-31 12:05:29 -07:00
Rod S
d113757604
correct apt-get sample
2020-05-30 14:51:53 -07:00
rsheeter
4d8df7842e
Merge pull request #303 from googlefonts/nototools_pypi
...
Fetch nototools from pypi
2020-05-30 14:47:08 -07:00
rsheeter
0553e8fb9b
no reason to display using zopflipng if it is the only choice
2020-05-30 14:22:47 -07:00
rsheeter
0aaa0fccce
update ignore and readme
2020-05-30 14:19:49 -07:00
rsheeter
b81bb6c65e
get nototools from pypi
2020-05-30 14:19:33 -07:00
rsheeter
48c935347a
only zopflipng
2020-05-30 14:11:54 -07:00
rsheeter
36c35e0fc6
Update README.md
...
Fixes #300
2020-05-26 10:20:08 -07:00
rsheeter
2d11453d18
Merge pull request #297 from kabisa/feature/dependency-management
...
Feature/dependency management
2020-05-26 09:55:37 -07:00
guidotheelen
db01fa994a
add exception when not in virtual env
2020-05-07 13:25:10 +02:00
guidotheelen
495a77d727
remove import try
2020-05-06 15:36:07 +02:00
guidotheelen
053c1ea59a
header comment
2020-05-06 13:50:59 +02:00
guidotheelen
015aa0267b
always run sequence checks or bypass
2020-05-06 12:03:09 +02:00
guidotheelen
5136902308
remove readme comment
2020-05-06 11:50:13 +02:00
guidotheelen
09da7bdb59
fail when not compliant
2020-05-06 11:43:48 +02:00
guidotheelen
ed33b0c479
remove y/n prompt
2020-05-06 10:09:58 +02:00
guidotheelen
fcae5b1693
rename SEQUENCE_CHECK_PY
2020-05-06 09:19:25 +02:00
guidotheelen
82a638993a
use f-strings to print
2020-04-22 16:51:57 +02:00
guidotheelen
36b0c736eb
readme explanation
2020-04-22 10:34:39 +02:00
guidotheelen
72923cc790
remove fonts
2020-04-22 09:58:37 +02:00
guidotheelen
2c4d088209
brief question
2020-04-22 09:57:20 +02:00
guidotheelen
e24f84d287
remove fontchain code
2020-04-22 09:55:19 +02:00
guidotheelen
16fa539f74
also check single emoji
2020-04-22 09:51:20 +02:00
guidotheelen
22a6f51174
remove comment
2020-04-22 09:46:53 +02:00
guidotheelen
51137aa773
add coverage check to make
2020-04-22 09:45:14 +02:00
guidotheelen
25b38fe2cb
fix check emoji sequences
2020-04-21 16:11:10 +02:00
guidotheelen
06df7a8a57
remove udc files
2020-04-21 09:45:43 +02:00
guidotheelen
d4ebb27c6d
readme prerequisites steps
2020-04-14 17:34:35 +02:00
guidotheelen
e31a5dbc6b
add pngquant to readme
2020-04-14 17:04:03 +02:00
guidotheelen
ac9a6397f7
readme prerequisites
2020-04-14 16:56:16 +02:00
guidotheelen
4596ae8a0d
correct spelling
2020-04-14 13:50:49 +02:00
guidotheelen
7d56acd759
explain steps
2020-04-14 09:33:46 +02:00
guidotheelen
742b5a1c27
readme description
2020-04-14 09:32:47 +02:00
guidotheelen
f78f903d11
fonttools greater of equal
2020-04-14 09:30:37 +02:00
guidotheelen
73f559c94b
import exceptions
2020-04-14 09:28:11 +02:00
guidotheelen
cbe5031b4b
install instructions
2020-04-10 16:21:37 +02:00
guidotheelen
8bc1751449
add requirements.txt
2020-04-10 16:16:03 +02:00
guidotheelen
5ca14833cb
emoji name formatter
2020-04-10 13:51:11 +02:00
guidotheelen
f4cb46a8e5
initial fontchain linting
2020-04-08 15:40:14 +02:00
rsheeter
ac1703e9d7
Emoji 12.1 svg & png files
2020-03-16 23:29:14 -07:00
rsheeter
edb6a9b991
Merge pull request #295 from googlefonts/fontchain_lint2
...
Make noto-emoji capable of producing a font that passes Android fontchain_lint
2020-03-16 22:54:44 -07:00
rsheeter
28678e5217
Capture changes to fix fontchain_lint on top of master log
2020-03-16 22:52:46 -07:00