summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@notion.se>2017-09-23 22:53:02 +0300
committerRasmus Andersson <rasmus@notion.se>2017-09-23 22:53:02 +0300
commitd9b28168a217dab64fcc5b5f989ed9991df97bef (patch)
tree7c6305a0fcc31e3227d518ac4a92e3114aaf11b2 /Makefile
parent07431540289cebdf38eab0ca9acf31926768a4cf (diff)
downloadinter-d9b28168a217dab64fcc5b5f989ed9991df97bef.tar.xz
makefile: fixes dist target dependenciesv1.10
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0a399431a..cdabebc55 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,4 @@
+glyphinfo copy_docs_fonts
# Targets:
# all Build all styles in all formats (default)
# all_ttf Build all styles as TrueType
@@ -104,7 +105,8 @@ pre_dist:
then echo "${ZIP_FILE_DIST} already exists. Bump version or remove the zip file to continue." >&2; \
exit 1; \
fi
-dist: pre_dist zip_dist glyphinfo copy_docs_fonts
+dist: pre_dist zip_dist
+ $(MAKE) glyphinfo copy_docs_fonts -j8
misc/versionize-css.py
@echo "——————————————————————————————————————————————————————————————————"
@echo ""