jw-pkg/src
Jan Lindemann ced42938e1 projects.mk / jw-projects.py: Support tmpl_dir && tmpls-dir
For a project to supply templates, it needs to advertise their
location. For this, the tmpl_dir make variable is added to
projects.mk. If other-project wants to get hold of some-project's
templates, it can do, e.g.:

  TEMPLATES = $(wilcard $(call tmpl_dir,some-project)/*.tmpl)

To achieve this, support for the tmpls-dir command is added to
jw-projects.py.

Signed-off-by: Jan Lindemann <jan@janware.com>
2025-12-23 11:07:37 +01:00
..
python projects.mk / jw-projects.py: Support tmpl_dir && tmpls-dir 2025-12-23 11:07:37 +01:00
Makefile projects.py: Move bulk of code into module 2025-11-15 11:08:52 +01:00