From df55cd032f72021d017b2720ccd0703070626f80 Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Sat, 11 Apr 2020 17:00:09 +0900 Subject: [PATCH] =?UTF-8?q?/=20=E2=80=98Makefile=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5603c20..1e24e62 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ PELICANOPTS= BASEDIR=$(CURDIR) INPUTDIR=$(BASEDIR)/content -OUTPUTDIR=/var/www/webapp_doohoyi/nosignal.hopto.org_site/pelican +OUTPUTDIR=$(CURDIR)/output CONFFILE=$(BASEDIR)/pelicanconf.py PUBLISHCONF=$(BASEDIR)/publishconf.py