Browse Source

Adding a few lines of doc to the new target

Jose Lorenzo Rodriguez 11 years ago
parent
commit
dc30a2db28
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Makefile

+ 3 - 0
Makefile

@@ -40,6 +40,9 @@ help:
 	@echo "publish"
 	@echo "  Publish the dist/cakephp-VERSION.zip to github."
 	@echo ""
+	@echo "components"
+	@echo "  Split each of the public namespaces into separate repos and push the to github."
+	@echo ""
 	@echo "test"
 	@echo "  Run the tests for CakePHP."
 	@echo ""