defs.mk, projects.py: Add command htdocs-dir

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2016-02-11 12:51:36 +00:00
commit c426a3748c
2 changed files with 20 additions and 0 deletions

View file

@ -721,6 +721,7 @@ endef
proj_query = $(shell python $(MOD_SCRIPT_DIR)/projects.py -p $(PROJECTS_DIR) -t $(TOPDIR) $(1))
proj_dir = $(call proj_query,proj-dir $(1))
htdocs_dir = $(call proj_query,htdocs-dir $(1))
# ----- local.mk