mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-18 04:53:57 +01:00
Everywhere: Rename MODDIR -> JWBDIR
Rename the omnipresent MODDIR variable to JWBDIR, since that's more to the point. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
1ff63505e7
commit
b2d6e6f554
109 changed files with 279 additions and 277 deletions
|
|
@ -34,7 +34,7 @@ DOCUMENT_CLASS ?= article
|
|||
else
|
||||
DOCUMENT_CLASS ?= article
|
||||
endif
|
||||
TEX_TMPL_BASE_DIR ?= $(MODDIR)/tmpl/tex
|
||||
TEX_TMPL_BASE_DIR ?= $(JWBDIR)/tmpl/tex
|
||||
TEX_TMPL_STYLE ?= de_technical
|
||||
TEX_TMPL_DIR ?= $(TEX_TMPL_BASE_DIR)/$(TEX_TMPL_STYLE)
|
||||
IMPORTED_TEMPLATES ?= $(shell ls $(TEX_TMPL_DIR)/*.tmpl)
|
||||
|
|
@ -60,8 +60,8 @@ UPLOAD_MODULE ?= doc/$(TOPIC)
|
|||
UPLOAD_FILE_MODE ?= 644
|
||||
UPLOAD_DIR_MODE ?= 755
|
||||
|
||||
include $(MODDIR)/make/tag-defs.mk
|
||||
include $(MODDIR)/make/tag-rules.mk
|
||||
include $(JWBDIR)/make/tag-defs.mk
|
||||
include $(JWBDIR)/make/tag-rules.mk
|
||||
|
||||
ifeq ($(TEX_TMPL_DIR), "")
|
||||
TEX_TMPL_DIR = thisisnotadirectory
|
||||
|
|
@ -430,4 +430,4 @@ unzip:
|
|||
|
||||
UPLOAD_FILES = $(OUTPUT).pdf
|
||||
|
||||
include $(MODDIR)/make/upload.mk
|
||||
include $(JWBDIR)/make/upload.mk
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue