ソースを参照

Adding a few lines of doc to the new target

Jose Lorenzo Rodriguez 11 年 前
コミット
dc30a2db28
1 ファイル変更3 行追加0 行削除
  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 ""