diff options
author | bnewbold <bnewbold@robocracy.org> | 2016-05-01 23:07:53 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2016-05-01 23:07:53 -0400 |
commit | 7918d7b2c6bfba98c068922a3cfb23f12236b25d (patch) | |
tree | 1646194c4f7f8aed7bec109233e8864851f8ba78 /Makefile | |
parent | 02d5703001f09b926a49660f151090fdc7eb5ffc (diff) | |
download | bnewnet-7918d7b2c6bfba98c068922a3cfb23f12236b25d.tar.gz bnewnet-7918d7b2c6bfba98c068922a3cfb23f12236b25d.zip |
basic pelican settings
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |