Compare commits
2 Commits
efc989f237
...
4fa401d67b
Author | SHA1 | Date | |
---|---|---|---|
4fa401d67b | |||
a05c7ad652 |
2
configure
vendored
2
configure
vendored
@ -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
|
||||
|
@ -15,7 +15,7 @@
|
||||
|
||||
# Track file name of caller
|
||||
ifdef self
|
||||
caller ::= self
|
||||
caller ::= ${self}
|
||||
endif
|
||||
|
||||
self ::= $(notdir $(lastword ${MAKEFILE_LIST}))
|
||||
|
Loading…
Reference in New Issue
Block a user