X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Makefile.zope3-buildout;h=9febf85de40b34ab3da3aaeb3b1343770d7c4219;hb=bf9675c4197fc265ebe16e0f47866b9cc1a2ab60;hp=920eb71fb3de42d73eccea0a5a5717a9cc3899f5;hpb=01e9581d20798f596bb944b130e7453e6b994ab6;p=zope-bootstrap.git diff --git a/Makefile.zope3-buildout b/Makefile.zope3-buildout index 920eb71..9febf85 100644 --- a/Makefile.zope3-buildout +++ b/Makefile.zope3-buildout @@ -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