mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
upload.mk: Add DOWNLOADDIRS and FTP_PUB_DIR_ABS, inherited from cfg_xxx.mk
This commit is contained in:
parent
6644ec28e4
commit
89425d1850
1 changed files with 4 additions and 0 deletions
|
|
@ -15,6 +15,10 @@ DOWNLOAD_REFERRER_DIRS = $(addprefix $(UPLOAD_DOCUMENT_ROOT)/, \
|
|||
$(UPLOAD_VIRTUAL_SERVER_ROOT)/$(URL_RELATIVE_PATH) \
|
||||
)
|
||||
|
||||
# legacy from cfg_xxx.mk
|
||||
DOWNLOADDIRS ?= root@cvs.jannet.de:/usr/local/httpd/htdocs/www.jannet.de_443/$(CUSTOMER)/projects/$(PROJECT)
|
||||
FTP_PUB_DIR_ABS ?= $(JANNET_PROJ_DIR)/$(PROJECT)
|
||||
|
||||
# -- general, and less important
|
||||
DISTDIR = $(TOPDIR)/dist
|
||||
TMPHTML=$(DISTDIR)/html
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue