Move OTF release files into docs folder so that they are not dirtied when building regular builds
This commit is contained in:
parent
ef0cd4d839
commit
d77f0130da
9 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -114,7 +114,7 @@ dist: pre_dist zip_dist glyphinfo copy_docs_fonts
|
|||
copy_docs_fonts:
|
||||
rm -rf docs/font-files
|
||||
mkdir docs/font-files
|
||||
cp -a build/dist/*.woff build/dist/*.woff2 docs/font-files/
|
||||
cp -a build/dist/*.woff build/dist/*.woff2 build/dist-unhinted/*.otf docs/font-files/
|
||||
|
||||
install_ttf: all_ttf
|
||||
@echo "Installing TTF files locally at ~/Library/Fonts/Interface"
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in a new issue