Zope is an exciting new object-based, open source web application platform. It allows you to build powerful and dynamic web applications easily. Zope comes with source code and is friendly to developers as well as users. Zope 2.10.x is needed to run Plone 3.
12 lines
345 B
Text
12 lines
345 B
Text
$NetBSD: patch-af,v 1.1.1.1 2007/12/18 15:35:28 taca Exp $
|
|
|
|
--- setup.py.orig 2007-03-25 18:46:27.000000000 +0900
|
|
+++ setup.py
|
|
@@ -493,7 +493,6 @@ def skel_visit(skel, dirname, names):
|
|
skel.append(("../../" + dirname, L))
|
|
|
|
installed_data_files = [
|
|
- ["../../doc", ['doc/*.txt']],
|
|
["../../bin", ['utilities/README.txt']],
|
|
]
|
|
|