googlefonts / roboto

The Roboto family of fonts
Apache License 2.0
3.85k stars 309 forks source link

Remove absolute path for subset.py in Makefile #241

Open m4rc1e opened 7 years ago

m4rc1e commented 7 years ago

When running make android, the Makefile assumes the user has an absolute path to nototools via $$HOME/noto/nototools/subset.py. Since we already installed Nototools as a dependency for our virtualenv, we should use this one instead.

davelab6 commented 7 years ago

Sounds good, please do :)