new local build location
This commit is contained in:
parent
264b0d47f1
commit
79971d672e
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -4,7 +4,7 @@ IDFILE ?= ~/.ssh/xyz
|
||||||
REMOTE_DIR ?= lang
|
REMOTE_DIR ?= lang
|
||||||
|
|
||||||
TMPDIR ?= _tmp
|
TMPDIR ?= _tmp
|
||||||
BUILDDIR ?= _build
|
BUILDDIR ?= /srv/www/lang
|
||||||
PAGESDIR ?= pages
|
PAGESDIR ?= pages
|
||||||
DATADIR ?= data
|
DATADIR ?= data
|
||||||
TEMPLATE ?= $(DATADIR)/template.html
|
TEMPLATE ?= $(DATADIR)/template.html
|
||||||
|
|
Loading…
Reference in a new issue