From aaff80154521dc43a74d7fe3a07e7d653882b24a Mon Sep 17 00:00:00 2001 From: Gitea Date: Fri, 19 Jan 2018 12:41:57 +0100 Subject: [PATCH] changing the output path to /var/www/html --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 048c3fc..953f562 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ PELICANOPTS= BASEDIR=$(CURDIR) INPUTDIR=$(BASEDIR)/content -OUTPUTDIR=$(BASEDIR)/output +OUTPUTDIR=/var/www/html/ CONFFILE=$(BASEDIR)/pelicanconf.py PUBLISHCONF=$(BASEDIR)/publishconf.py