mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
projects-dir.mk: Add targets doc-project and doc-module
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
eb446d8728
commit
aea176c7b3
1 changed files with 4 additions and 0 deletions
|
|
@ -64,6 +64,7 @@ PGIT = CLONE_PROJECTS="$(PROJECTS)" /bin/bash $(firstword $(wildcard ./yto
|
|||
BUILD_PY = python ./ytools/devutil/scripts/build.py -b $(shell pwd) $(BUILD_PY_EXTRA_ARGS)
|
||||
PURGE_SH = /bin/bash $(firstword $(wildcard ./ytools/devutil/scripts/purge-stale-projects.sh /opt/ytools/bin/purge-stale-projects.sh) purge-not-found)
|
||||
RELEASE_SH = /bin/bash $(firstword $(wildcard ./ytools/devutil/scripts/build-release.sh /opt/ytools/bin/build-release.sh) release-not-found)
|
||||
BROWSER ?= firefox
|
||||
|
||||
# ------------ targets
|
||||
|
||||
|
|
@ -195,3 +196,6 @@ clone.done:
|
|||
$(PGIT) clone
|
||||
touch $@
|
||||
|
||||
doc-project doc-module:
|
||||
$(BROWSER) https://janware.com/wiki/pub/sw:build:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue