Commit 5af86307 authored by Tres Seaver's avatar Tres Seaver

Forward-port fix for #2237 from 2.8 branch.

parent 569fb0a3
......@@ -41,6 +41,9 @@ Zope Changes
Bugs Fixed
- Collector #2237: 'make' doesn't tell you to run 'make inplace'
before running 'make instance'.
- Collector #2232: Can't call DTML templates from Page Templates
- Collector #2198: Zope 3.3 fix breaks Five 1.5 test_getNextUtility
......
......@@ -38,9 +38,9 @@ MKDIR=mkdir -p
# default: The default step (invoked when make is called without a target)
default: build
@echo
@echo Zope built. Next, do \'make install\' \(or \'make instance\'
@echo to run a Zope instance directly from the build directory\).
@echo
@echo Zope built. Next, do \'make install\' \(or \'make inplace\',
@echo followed by \'make instance\' to run a Zope instance directly
@echo from the build directory\).
# build: Do whatever 'setup.py build' implies
build:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment