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