From 543e93f0a413ec89e6cb8352e537cacbea6a0775 Mon Sep 17 00:00:00 2001 From: "DALLAS\\correll" Date: Thu, 18 Feb 2021 11:47:04 -0600 Subject: [PATCH] [ABS-2348] Have build call psfsyncmasters. --- preflight | 8 +++++--- preflightff | 3 +++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/preflight b/preflight index 2715ce219..d20a14de1 100755 --- a/preflight +++ b/preflight @@ -7,9 +7,11 @@ psfnormalize -p checkfix=fix source/masters/*-Regular.ufo & psfnormalize -p checkfix=fix source/masters/*-Black.ufo & wait -# Do we need this??? -# -#echo "Updating woff metadata xml file..." + +echo "Syncing glyph orders, psnames, and other metadata to other UFOs..." +psfsyncmasters -q source/*.designspace + +echo "Updating woff metadata xml file..." psfmakewoffmetadata -q -n AwamiNastaliq -i org.sil.fonts source/masters/*-Regular.ufo -o "source/AwamiNastaliq-WOFF-metadata.xml" echo diff --git a/preflightff b/preflightff index 237399e17..2542ebb92 100755 --- a/preflightff +++ b/preflightff @@ -9,3 +9,6 @@ psffixffglifs -p checkfix=fix source/masters/*-Black.ufo echo echo "Updating glyph order in Regular..." psfsetglyphorder -p checkfix=none -i source/glyphorder.txt source/masters/AwamiNastaliq-Regular.ufo + +echo "Syncing glyph orders, psnames, and other metadata to other UFOs..." +psfsyncmasters -q source/*.designspace