mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
make, scripts: Project description default location is now $(TOPDIR)/make
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
92e49e97a9
commit
c7400a0bd8
4 changed files with 5 additions and 3 deletions
|
|
@ -73,7 +73,7 @@ endif
|
|||
CVS_PROJ_DIR ?= $(TOPDIR)/..
|
||||
CVSTOPDIR ?= $(CVS_PROJ_DIR)/..
|
||||
|
||||
PROJECT_DESCR_FILE ?= $(wildcard $(TOPDIR)/doc/share/project.txt)
|
||||
PROJECT_DESCR_FILE ?= $(wildcard $(TOPDIR)/make/project.conf)
|
||||
PROJECT_SHORT_NAME ?= $(PROJECT)
|
||||
PROJECT_CAPNAME = $(shell echo $(PROJECT) | tr [a-z] [A-Z] | $(SED) 's/-/_/g')
|
||||
PROJECT_DESCR ?= No description
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue