makefile
This commit is contained in:
parent
b0b2ac9796
commit
78d5d100f7
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
|
@ -96,7 +96,7 @@ build/release/Inter-UI-%.zip: build/.zip.zip
|
|||
@echo write "$@"
|
||||
|
||||
zip: ${ZIP_FILE_DEV}
|
||||
zip_dist: ${ZIP_FILE_DIST}
|
||||
zip_dist: pre_dist ${ZIP_FILE_DIST}
|
||||
|
||||
pre_dist:
|
||||
@echo "Creating distribution for version ${VERSION}"
|
||||
|
|
@ -104,6 +104,7 @@ 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
|
||||
$(MAKE) glyphinfo copy_docs_fonts -j8
|
||||
misc/versionize-css.py
|
||||
|
|
|
|||
Reference in a new issue