diff --git a/Makefile.js b/Makefile.js index 7a8ce236aec8..15b1fd90d484 100644 --- a/Makefile.js +++ b/Makefile.js @@ -753,11 +753,11 @@ target.gensite = function(prereleaseVersion) { } cp("-rf", `${TEMP_DIR}*`, outputDir); - // 11. Generate rule listing page + // 11. Generate rules index page if (prereleaseVersion) { - echo("> Skipping updating rules listing because this is a prerelease (Step 11)"); + echo("> Skipping updating rules index page because this is a prerelease (Step 11)"); } else { - echo("> Generating the rule listing (Step 11)"); + echo("> Generating the rules index page (Step 11)"); generateRuleIndexPage(); }