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:
parent
0743154028
commit
d9b28168a2
4
Makefile
4
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 ""
|
||||
|
Loading…
Reference in New Issue
Block a user