Create a dependency list for templates
This commit is contained in:
@@ -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 *)))
|
||||
|
||||
#-----------------------------------------------------------------------------#
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user