12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- all: build
- build: ttf webfonts
- build-with-dependencies: compile-local-dep ttf webfonts
- build-system: ttf-system webfonts-system
- build-local-ttfa:
- tools/scripts/install/ttfautohint-build.sh
- build-local-sfnt2woffzopfli:
- tools/scripts/install/sfnt2woff-zopfli-build.sh
- build-local-woff2:
- tools/scripts/install/woff2-compress-build.sh
- compile-local-dep: build-local-ttfa build-local-sfnt2woffzopfli build-local-woff2
- pipenv:
- ./build-pipenv.sh
- subsets: pipenv
- ./build-subsets.sh
- subsets-system:
- ./build-subsets.sh --system
- ttf: pipenv
- ./build-ttf.sh
- ttf-system:
- ./build-ttf.sh --system
- webfonts: woff woff2 subsets
- webfonts-system: woff-system woff2-system subsets-system
- woff: pipenv
- ./build-woff.sh
- woff-system:
- ./build-woff.sh --system
- woff2: pipenv
- ./build-woff2.sh
- woff2-system:
- ./build-woff2.sh --system
- archives:
- ./build-archives.sh
- css:
- tools/scripts/css/css-build.sh
- lint: shellcheck ufolint
- shellcheck: *.sh tools/scripts/css/*.sh tools/scripts/install/*.sh
- $@ $^
- ufolint: source/*.ufo
- $@ $^
- .PHONY: all archives build build-with-dependencies build-local-ttfa build-local-sfnt2woffzopfli build-local-woff2 build-system compile-local-dep css lint pipenv shellcheck subsets subsets-system ttf ttf-system ufolint webfonts webfonts-system woff woff-system woff2 woff2-system
|