From c9e0d7e868b918f4e49ac3555b82b682e9c5bf34 Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Mon, 17 Feb 2020 23:22:51 +0900 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d715ad8..5603c20 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ PELICANOPTS= BASEDIR=$(CURDIR) INPUTDIR=$(BASEDIR)/content -OUTPUTDIR=$(BASEDIR)/public +OUTPUTDIR=/var/www/webapp_doohoyi/nosignal.hopto.org_site/pelican CONFFILE=$(BASEDIR)/pelicanconf.py PUBLISHCONF=$(BASEDIR)/publishconf.py