diff --git a/pages/Makefile b/pages/Makefile
index 8e50573371e304136a44524fe345302b17155f0d..8939a6497b407a26a9fc49d872b7ec4ff09fd601 100644
--- a/pages/Makefile
+++ b/pages/Makefile
@@ -35,7 +35,7 @@ $(DST_DIR)/%.html : $(SRC_DIR)/%.md ../_layouts/page.html
 
 ## commands : Display available commands.
 commands : Makefile
-	@sed -n 's/^## //p' $<
+	@sed -n 's/^##//p' $<
 
 ## update   : Update the shared files from the GitHub repo holding them.
 # FIXME: need to create that repo.