diff --git a/curate.mk b/curate.mk index 97b9e52..b96ca8b 100644 --- a/curate.mk +++ b/curate.mk @@ -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 *))) #-----------------------------------------------------------------------------# #