From 7918d7b2c6bfba98c068922a3cfb23f12236b25d Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sun, 1 May 2016 23:07:53 -0400 Subject: basic pelican settings --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bacb16a..64ac829 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ PELICAN?=pelican PELICANOPTS= BASEDIR=$(CURDIR) -INPUTDIR=$(BASEDIR)/content +INPUTDIR=$(BASEDIR) OUTPUTDIR=$(BASEDIR)/output CONFFILE=$(BASEDIR)/pelicanconf.py PUBLISHCONF=$(BASEDIR)/publishconf.py -- cgit v1.2.3