diff --git a/Makefile b/Makefile index 77cafe4..250a88a 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ self ::= $(lastword ${MAKEFILE_LIST}) # Define the Makefiles env_make ::= environment.mk curate_make ::= curate.mk -index ::= index.mk +index_make ::= index.mk # load environment variables include ${env_make} @@ -103,7 +103,6 @@ show: #> Display key variables @echo "\tCurated content directories:" @echo "\t\t${curate}" @echo - @echo ${curate_quoted} @echo "\tDynamically indexed content directories:" @echo "\t\t${index}" @echo