diff --git a/Makefile.example b/Makefile.example index 9fff851..22e9c9d 100644 --- a/Makefile.example +++ b/Makefile.example @@ -8,9 +8,6 @@ OUTPUTDIR=$(BASEDIR)/output CONFFILE=$(BASEDIR)/pelicanconf.py PUBLISHCONF=$(BASEDIR)/publishconf.py -ONIONCONF=$(BASEDIR)/onionconf.py -FILE_EXCLUDE='.htaccess' - FTP_HOST=******** FTP_USER=******** FTP_TARGET_DIR=******** @@ -25,6 +22,9 @@ ONION_SSH_PORT=22 ONION_SSH_USER=root ONION_SSH_TARGET_DIR=/var/www +ONIONCONF=$(BASEDIR)/onionconf.py +FILE_EXCLUDE='.htaccess' + DEBUG ?= 0 ifeq ($(DEBUG), 1) PELICANOPTS += -D