defs-dev.mk, defs-dist.mk: Add DOCMODE, DOCOWNER, DOCGROUP

This commit is contained in:
Jan Lindemann 2007-08-17 15:28:17 +00:00 committed by Jan Lindemann
commit 8d973b7fa5
2 changed files with 8 additions and 0 deletions

View file

@ -17,6 +17,7 @@ PIDDIR ?= $(VAR_PREFIX)/run
DAEMON_RUN_DIR ?= $(VAR_PREFIX)/corefiles
DOWNLOADDIRS ?= root@cvs.jannet.de:/usr/local/httpd/htdocs/www.jannet.de_443/$(CUSTOMER)/projects/$(PROJECT)
CONFIG_DIR ?= $(PREFIX)/etc
CONFIG_FILE ?= $(CONFIG_DIR)/$(PROJECT).conf
# -- misc
@ -56,6 +57,9 @@ DAEMON_RUN_USER ?= root
DAEMON_RUN_GROUP ?= root
ROOTOWNER ?= root
ROOTGROUP ?= root
DOCMODE ?= $(HDRMODE)
DOCOWNER ?= $(HDROWNER)
DOCGROUP ?= $(HDRGROUP)
# -- options