c6cb2454f5
Zope 3.2.1 Bug fixes - Fixed issue 573: @form.action(failure='name_of_method') didn't work. - Fixed issue 568: Typo in basicskin css file. - Fixed issue 560: Bug in default AddView class. - Fixed issue 546: non-ASCII docstring cause System Error in RootErrorReportingUtility. - Fixed issue 544: VocabularyRegistryError missing import. - Fixed issue 536: ErrorLogUtility has UnboundLocalError. - zope.app.testing.functional.defineLayer + Use the method param instead of an hardcoded value for the zcml filename
12 lines
258 B
Text
12 lines
258 B
Text
# $NetBSD: Makefile.common,v 1.2 2006/05/06 22:38:27 wiz Exp $
|
|
#
|
|
|
|
PYTHON_VERSIONS_ACCEPTED= 24
|
|
|
|
ZOPE3_DIR= ${PREFIX}/share/zope3
|
|
ZOPE3_DOCDIR= ${PREFIX}/share/doc/zope3
|
|
|
|
ZOPE3_GROUP?= zope3
|
|
ZOPE3_USER?= zope3
|
|
|
|
.include "../../lang/python/application.mk"
|