Build and packaging library
Find a file
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
bin bin, make, scripts: Re-add files necessary for packaging jw-build 2025-11-14 11:22:50 +01:00
make projects.mk / jw-projects.py: Support tmpl_dir && tmpls-dir 2025-12-23 11:07:37 +01:00
scripts pkg.sh build: Support -a / --include-vcs-files 2025-12-01 11:31:54 +01:00
src projects.mk / jw-projects.py: Support tmpl_dir && tmpls-dir 2025-12-23 11:07:37 +01:00
.gitignore Everywhere: Rename package "jw-build" to "jw-pkg" 2025-11-28 13:35:56 +01:00
HASH Release 1.0.0-148@suse-tumbleweed/x86_64 2025-12-16 00:11:21 +00:00
Makefile $(TOPDIR)/Makefile: Remove superfluous SUBDIRS 2025-11-14 13:39:52 +01:00
RELEASES Release 1.0.0-148@suse-tumbleweed/x86_64 2025-12-16 00:11:21 +00:00
VERSION Start version: 1.0.0-148 2025-12-16 00:10:53 +00:00