From 6d0a590e2cbbbc046e42990a702e5595cb7e6674 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Sun, 9 Aug 2020 10:49:15 -0500 Subject: [PATCH] pretty syntax --- Makefile.example | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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