Tidy message

This commit is contained in:
Andrew Stryker 2023-09-20 09:09:15 -07:00
parent 00fc32829f
commit 08b270990d
1 changed files with 2 additions and 2 deletions

View File

@ -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