Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
5af86307
Commit
5af86307
authored
Nov 15, 2006
by
Tres Seaver
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Forward-port fix for #2237 from 2.8 branch.
parent
569fb0a3
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
doc/CHANGES.txt
doc/CHANGES.txt
+3
-0
inst/Makefile.in
inst/Makefile.in
+3
-3
No files found.
doc/CHANGES.txt
View file @
5af86307
...
...
@@ -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
...
...
inst/Makefile.in
View file @
5af86307
...
...
@@ -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 in
stance
\'
@
echo
to run a Zope instance directly from the build directory
\)
.
@
echo
@
echo
Zope built. Next,
do
\'
make
install
\'
\(
or
\'
make in
place
\'
,
@
echo
followed by
\'
make instance
\'
to run a Zope instance directly
@
echo
from the build directory
\)
.
# build: Do whatever 'setup.py build' implies
build
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment