From 08b270990d42537ef15970702b326a4840f25807 Mon Sep 17 00:00:00 2001 From: Andrew Stryker Date: Wed, 20 Sep 2023 09:09:15 -0700 Subject: [PATCH] Tidy message --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 783eba0..70e72c2 100644 --- a/Makefile +++ b/Makefile @@ -149,7 +149,7 @@ ${site_index}: ${site_index_template} ${banner} ${curate_dirs} ${index_dirs} ${curate_dirs}: %: ${WORKING} ${STAGING} @echo - @echo "Entering $@ section" + @echo "Entering section: $@" @echo @mkdir -p ${WORKING}/$@ ${STAGING}/$@ @cd $@ && ${MAKE} -f ${CURATE_MAKE} build @@ -157,7 +157,7 @@ ${curate_dirs}: %: ${WORKING} ${STAGING} ${index_dirs}: %: ${WORKING} ${STAGING} @echo - @echo "Entering $@ section" + @echo "Entering section: $@" @echo @mkdir -p ${WORKING}/$@ ${STAGING}/$@ @#cd ${CONTENT}/$@ && ${MAKE} -f ${index_make} build