mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-18 21:13:56 +01:00
projects-dir.mk: Add support for PROJECTS_PY_EXTRA_ARGS
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
34fdc029e4
commit
fcd28d7db2
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ clean-dirs:
|
||||||
|
|
||||||
echo-required-pkg:
|
echo-required-pkg:
|
||||||
@make pull.done >/dev/null 2>&1
|
@make pull.done >/dev/null 2>&1
|
||||||
@python $(MOD_SCRIPT_DIR)/projects.py required-pkg $(BUILD_PROJECTS)
|
@python $(MOD_SCRIPT_DIR)/projects.py $(PROJECTS_PY_EXTRA_ARGS) required-pkg $(BUILD_PROJECTS)
|
||||||
|
|
||||||
doc-project doc-module:
|
doc-project doc-module:
|
||||||
$(BROWSER) https://janware.com/wiki/pub/sw:build:
|
$(BROWSER) https://janware.com/wiki/pub/sw:build:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue