From 462feacf0b0a7252e83e5d3e7781aaca03bd9ad5 Mon Sep 17 00:00:00 2001 From: parzen Date: Thu, 12 Nov 2020 20:34:41 +0100 Subject: [PATCH] changed location of output --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 342654b..79c7ee9 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ PELICANOPTS= BASEDIR=$(CURDIR) INPUTDIR=$(BASEDIR)/content -OUTPUTDIR=$(BASEDIR)/output +OUTPUTDIR=$(BASEDIR)/../output CONFFILE=$(BASEDIR)/pelicanconf.py PUBLISHCONF=$(BASEDIR)/publishconf.py