changing the output path to /var/www/html

This commit is contained in:
Gitea 2018-01-19 12:41:57 +01:00
parent 21044c87be
commit aaff801545

View File

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