diff --git a/curate.mk b/curate.mk index 9b3838c..c2b5fb2 100644 --- a/curate.mk +++ b/curate.mk @@ -106,7 +106,7 @@ ${staging_section}: @mkdir -p $@ @echo "\t✓ Created staging space: $@" -${templates_expanded}: ${staging_section}/%: %.m4 ${staging_section} ${FENCE} ${all} +${templates_expanded}: ${staging_section}/%: %.m4 ${staging_section} ${all} @m4 --include=${MAKO_DIR} $< > $@ @echo "\t✓ Generated $@"