Compare commits
3 Commits
b4614d5cb7
...
9daaace86c
Author | SHA1 | Date | |
---|---|---|---|
9daaace86c | |||
c390ea9cc2 | |||
169684b251 |
8
Makefile
8
Makefile
@ -94,11 +94,11 @@ publish: #> Publish Gemini files to site
|
|||||||
show: #> Display key variables
|
show: #> Display key variables
|
||||||
@echo "Key variables defined in ${self}:"
|
@echo "Key variables defined in ${self}:"
|
||||||
@echo
|
@echo
|
||||||
@echo "Gemini site................................... ${GEMINI_SITE}"
|
@echo "Gemini site .................................. ${GEMINI_SITE}"
|
||||||
@echo "Genini site URL............................... ${GEMINI_URL}"
|
@echo "Genini site URL .............................. ${GEMINI_URL}"
|
||||||
@echo
|
@echo
|
||||||
@echo "\tSite index template......................... ${site_index_template}"
|
@echo "\tSite index template ........................ ${site_index_template}"
|
||||||
@echo "\tBanner template............................. ${banner_template}"
|
@echo "\tBanner template ............................ ${banner_template}"
|
||||||
@echo
|
@echo
|
||||||
@echo "\tCurated content directories:"
|
@echo "\tCurated content directories:"
|
||||||
@echo "\t\t${curate}"
|
@echo "\t\t${curate}"
|
||||||
|
@ -45,7 +45,8 @@ templates_expanded ::= $(addprefix ${staging_dir}/,${templates:.gmi.m4=.gmi})
|
|||||||
gemtext ::= $(wildcard *.gmi)
|
gemtext ::= $(wildcard *.gmi)
|
||||||
gemtext_copied ::= $(addprefix ${staging_dir}/,${gemtext})
|
gemtext_copied ::= $(addprefix ${staging_dir}/,${gemtext})
|
||||||
|
|
||||||
all ::= $(notdir $(filter-out _%,%.m4,%~,.%,$(wildcard *)))
|
# Create list of potential dependencies of *.gmi.m4 templates
|
||||||
|
all ::= $(notdir $(filter-out %.gmi.m4 _% %~, $(wildcard *)))
|
||||||
|
|
||||||
#-----------------------------------------------------------------------------#
|
#-----------------------------------------------------------------------------#
|
||||||
#
|
#
|
||||||
@ -77,8 +78,8 @@ show: #> Show enironment variables with values
|
|||||||
@echo
|
@echo
|
||||||
@echo "Makefile list: ${MAKEFILE_LIST}"
|
@echo "Makefile list: ${MAKEFILE_LIST}"
|
||||||
@echo
|
@echo
|
||||||
@echo "Content section............................... ${content_section}"
|
@echo "Content section .............................. ${content_section}"
|
||||||
@echo "Staging space................................. ${staging_dir}"
|
@echo "Staging space ................................ ${staging_dir}"
|
||||||
@echo
|
@echo
|
||||||
@echo "Templates found:"
|
@echo "Templates found:"
|
||||||
@for x in ${templates}; do echo "\t$$x"; done
|
@for x in ${templates}; do echo "\t$$x"; done
|
||||||
|
Loading…
Reference in New Issue
Block a user