Create a dependency list for templates

This commit is contained in:
Andrew Stryker 2023-09-19 12:24:44 -07:00
parent c390ea9cc2
commit 9daaace86c
1 changed files with 2 additions and 1 deletions

View File

@ -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 *)))
#-----------------------------------------------------------------------------#
#