mirror of
https://gitlab.com/commento/commento.git
synced 2025-06-29 22:56:37 -04:00
templates: build into the templates directory
This commit is contained in:
@ -6,9 +6,9 @@ PROD_BUILD_DIR = $(BUILD_DIR)/prod
|
||||
|
||||
TEMPLATES_SRC_DIR = .
|
||||
TEMPLATES_SRC_FILES = $(wildcard $(TEMPLATES_SRC_DIR)/*.tmpl)
|
||||
TEMPLATES_DEVEL_BUILD_DIR = $(DEVEL_BUILD_DIR)
|
||||
TEMPLATES_DEVEL_BUILD_DIR = $(DEVEL_BUILD_DIR)/templates
|
||||
TEMPLATES_DEVEL_BUILD_FILES = $(patsubst $(TEMPLATES_SRC_DIR)/%, $(TEMPLATES_DEVEL_BUILD_DIR)/%, $(TEMPLATES_SRC_FILES))
|
||||
TEMPLATES_PROD_BUILD_DIR = $(PROD_BUILD_DIR)
|
||||
TEMPLATES_PROD_BUILD_DIR = $(PROD_BUILD_DIR)/templates
|
||||
TEMPLATES_PROD_BUILD_FILES = $(patsubst $(TEMPLATES_SRC_DIR)/%, $(TEMPLATES_PROD_BUILD_DIR)/%, $(TEMPLATES_SRC_FILES))
|
||||
|
||||
devel: devel-templates
|
||||
|
Reference in New Issue
Block a user