summaryrefslogtreecommitdiff
path: root/init.sh
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@notion.se>2019-08-05 01:17:39 +0300
committerRasmus Andersson <rasmus@notion.se>2019-08-05 01:17:39 +0300
commit49cd0c56c80c87ed721a3a317e891348f4515da1 (patch)
tree704f971fd494073e67c8e1e518af8f5aa32ea5cb /init.sh
parent3c2b3619da463f2f86a4a654495efb4e4fda504d (diff)
downloadinter-49cd0c56c80c87ed721a3a317e891348f4515da1.tar.xz
moves feature code out of the glyphs file
Diffstat (limited to 'init.sh')
-rwxr-xr-xinit.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/init.sh b/init.sh
index 784073dcc..422296d97 100755
--- a/init.sh
+++ b/init.sh
@@ -97,7 +97,7 @@ else
# TODO: allow setting a flag to recreate venv
if $clean; then
rm -rf "$VENV_DIR"
- fi
+ fi
if [[ ! -d "$VENV_DIR/bin" ]]; then
require_virtualenv
@@ -402,6 +402,7 @@ else
echo -n " src/Inter-${style}.ufo/*.plist" >> "$GEN_MAKE_FILE"
echo -n " src/Inter-${style}.ufo/*.fea" >> "$GEN_MAKE_FILE"
echo -n " src/Inter-${style}.ufo/glyphs/*.plist" >> "$GEN_MAKE_FILE"
+ echo -n " src/features/*" >> "$GEN_MAKE_FILE"
# echo -n " src/Inter-${style}.ufo/glyphs/*.glif" >> "$GEN_MAKE_FILE"
echo -n ")" >> "$GEN_MAKE_FILE"
echo " src/Inter.designspace" >> "$GEN_MAKE_FILE"
@@ -520,7 +521,7 @@ else
# echo -n " ${style}" >> "$GEN_MAKE_FILE"
# done
# echo "" >> "$GEN_MAKE_FILE"
-
+
echo -n ".PHONY: all_otf all_ttf_hinted all_ttf all_web all_web_hinted all_ufo all_check_const" >> "$GEN_MAKE_FILE"
for style in "${all_styles[@]}"; do