Преглед на файлове

update Makefile with web font builds and shellcheck linting of new build-woff.sh + build-woff2.sh shell scripts

Chris Simpkins преди 7 години
родител
ревизия
4751cb39f7
променени са 1 файла, в които са добавени 6 реда и са изтрити 2 реда
  1. 6 2
      Makefile

+ 6 - 2
Makefile

@@ -1,12 +1,16 @@
 build: source/*.ufo
 	./build.sh
+	./build-woff.sh
+	./build-woff2.sh
 
-build-with-dependencies: source/*.ufo
+build-with-dependencies: source/*.ufo build/ttf/*.ttf
 	./build.sh --install-dependencies
+	./build-woff.sh --install-dependencies
+	./build-woff2.sh --install-dependencies
 
 lint: shellcheck ufolint
 
-shellcheck: build.sh
+shellcheck: build.sh build-woff.sh build-woff2.sh
 	$@ $^
 
 ufolint: source/*.ufo