aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2020-08-09 10:49:15 -0500
committerJesús <heckyel@hyperbola.info>2020-08-09 10:49:15 -0500
commit6d0a590e2cbbbc046e42990a702e5595cb7e6674 (patch)
treeab8d08d9aa8293565b8be66b04f4502cb36a38e4
parent90ec475b0096b7086483758de72c780e5c01259d (diff)
downloadcl-6d0a590e2cbbbc046e42990a702e5595cb7e6674.tar.lz
cl-6d0a590e2cbbbc046e42990a702e5595cb7e6674.tar.xz
cl-6d0a590e2cbbbc046e42990a702e5595cb7e6674.zip
pretty syntax
-rw-r--r--Makefile.example6
1 files 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