mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
[Change] OMEGA_THEME_* to THEME_*
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
SFLAGS += -Iescher/include
|
||||
|
||||
ifeq ($(OMEGA_THEME_REPO),local)
|
||||
ifeq ($(THEME_REPO),local)
|
||||
$(eval $(call rule_for, \
|
||||
THEME, \
|
||||
escher/palette.h, \
|
||||
$(addprefix themes/themes/local/, $(addsuffix .json, $(OMEGA_THEME_NAME))), \
|
||||
$$(PYTHON) themes/themes_manager.py $(OMEGA_THEME_REPO) $(OMEGA_THEME_NAME) $$@ $(BUILD_DIR)/, \
|
||||
$(addprefix themes/themes/local/, $(addsuffix .json, $(THEME_NAME))), \
|
||||
$$(PYTHON) themes/themes_manager.py $(THEME_REPO) $(THEME_NAME) $$@ $(BUILD_DIR)/, \
|
||||
global \
|
||||
))
|
||||
else
|
||||
@@ -13,7 +13,7 @@ $(eval $(call rule_for, \
|
||||
THEME, \
|
||||
escher/palette.h, \
|
||||
themes/themes/git/.empty-folder, \
|
||||
$$(PYTHON) themes/themes_manager.py $(OMEGA_THEME_REPO) $(OMEGA_THEME_NAME) $$@ $(BUILD_DIR)/, \
|
||||
$$(PYTHON) themes/themes_manager.py $(THEME_REPO) $(THEME_NAME) $$@ $(BUILD_DIR)/, \
|
||||
global \
|
||||
))
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user