/ ‘Makefile’

This commit is contained in:
Dooho Yi 2020-04-12 16:39:14 +09:00
parent 335e7bacf7
commit d673b86ef1

View file

@ -4,7 +4,7 @@ PELICANOPTS=
BASEDIR=$(CURDIR) BASEDIR=$(CURDIR)
INPUTDIR=$(BASEDIR)/content INPUTDIR=$(BASEDIR)/content
OUTPUTDIR=$(CURDIR)/output OUTPUTDIR=$(CURDIR)/public
CONFFILE=$(BASEDIR)/pelicanconf.py CONFFILE=$(BASEDIR)/pelicanconf.py
PUBLISHCONF=$(BASEDIR)/publishconf.py PUBLISHCONF=$(BASEDIR)/publishconf.py