aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2016-05-01 23:07:53 -0400
committerbnewbold <bnewbold@robocracy.org>2016-05-01 23:07:53 -0400
commit7918d7b2c6bfba98c068922a3cfb23f12236b25d (patch)
tree1646194c4f7f8aed7bec109233e8864851f8ba78 /Makefile
parent02d5703001f09b926a49660f151090fdc7eb5ffc (diff)
downloadbnewnet-7918d7b2c6bfba98c068922a3cfb23f12236b25d.tar.gz
bnewnet-7918d7b2c6bfba98c068922a3cfb23f12236b25d.zip
basic pelican settings
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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