From d77f0130da173627a68caba4bfd0e2c916c509d0 Mon Sep 17 00:00:00 2001 From: Rasmus Andersson Date: Tue, 12 Sep 2017 08:01:39 -0700 Subject: Move OTF release files into docs folder so that they are not dirtied when building regular builds --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 80e0ed59a..e2d2b2031 100644 --- a/Makefile +++ b/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" -- cgit v1.2.3