Target cleanup and extended help system
[zope-bootstrap.git] / Makefile.zope3-buildout
index 920eb71..9febf85 100644 (file)
@@ -54,3 +54,21 @@ bootstrap::
 
 clean::
        rm -rf bin develop-eggs $(EGGDIR) parts .installed.cfg
+
+varhelp::
+       @echo "    PROJECTNAME ($(PROJECTNAME))"
+       @echo "        Name of the project egg. Must be set before creating the initial"
+       @echo "         buildout."
+       @echo
+       @echo "    ADMINUSER ($(ADMINUSER))"
+       @echo "        Name of the default zope3 administrator. Only honored when creating"
+       @echo "        a new buildout. Later, configure in 'site.zcml'."
+       @echo
+       @echo "    ADMINPWD ($(ADMINPWD))"
+       @echo "        Password of the default zope3 administrator. Only honored when"
+       @echo "        creating a new buildout. Later, configure in 'site.zcml'."
+       @echo
+       @echo "    EGGDIR ($(EGGDIR))"
+       @echo "        Directory for eggs downloaded by 'buildout'. Only honored when"
+       @echo "        creating a new buildout. Later, configure in 'buildout.cfg'."
+       @echo