Tidy message
This commit is contained in:
parent
00fc32829f
commit
08b270990d
4
Makefile
4
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user