From 79971d672e819a6463904da23e5ee1d97185ee83 Mon Sep 17 00:00:00 2001 From: Rhiannon Morris Date: Tue, 26 Nov 2024 17:30:20 +0100 Subject: [PATCH] new local build location --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 69a9dff..b97d3cd 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ IDFILE ?= ~/.ssh/xyz REMOTE_DIR ?= lang TMPDIR ?= _tmp -BUILDDIR ?= _build +BUILDDIR ?= /srv/www/lang PAGESDIR ?= pages DATADIR ?= data TEMPLATE ?= $(DATADIR)/template.html