Create a dependency list for templates
This commit is contained in:
parent
c390ea9cc2
commit
9daaace86c
@ -45,7 +45,8 @@ templates_expanded ::= $(addprefix ${staging_dir}/,${templates:.gmi.m4=.gmi})
|
||||
gemtext ::= $(wildcard *.gmi)
|
||||
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 *)))
|
||||
|
||||
#-----------------------------------------------------------------------------#
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user