comments
This commit is contained in:
parent
3578117687
commit
08b490783b
6
Makefile
6
Makefile
@ -67,11 +67,13 @@ i18n: yarn-install
|
||||
# generate .ts file containing all translations
|
||||
$(gulp) po2js
|
||||
|
||||
# Some commands are only available when ./configure has been run
|
||||
|
||||
ifndef prefix
|
||||
.PHONY: install
|
||||
install:
|
||||
.PHONY: warn-noprefix install
|
||||
warn-noprefix:
|
||||
@echo "no prefix configured, did you run ./configure?"
|
||||
install: warn-noprefix
|
||||
else
|
||||
.PHONY: install
|
||||
install: tsc
|
||||
|
Loading…
Reference in New Issue
Block a user