1
1
mirror of https://github.com/rsms/inter.git synced 2024-11-24 05:30:41 +03:00

makefile: fixes dist target dependencies

This commit is contained in:
Rasmus Andersson 2017-09-23 12:53:02 -07:00
parent 0743154028
commit d9b28168a2

View File

@ -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 ""