projects-dir.mk: Add targets doc-project and doc-module

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2016-12-10 10:47:26 +00:00
commit aea176c7b3

View file

@ -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: