Compare commits

...

2 Commits

2 changed files with 3 additions and 1 deletions

2
configure vendored
View File

@ -6,6 +6,8 @@ SITE_ENV="${SITE_ENV:-${CONTENT}/site-env}"
curate="${curate:-about}"
index="${index:-index}"
mkdir -p ${CONTENT}
# Confirm overwrite of configuration
if [[ -r ${SITE_ENV} ]]
then

View File

@ -15,7 +15,7 @@
# Track file name of caller
ifdef self
caller ::= self
caller ::= ${self}
endif
self ::= $(notdir $(lastword ${MAKEFILE_LIST}))