87aa2a17f2
http/https access, and uses waf 1.5.2 update i just commited.
16 lines
568 B
Plaintext
16 lines
568 B
Plaintext
$OpenBSD: patch-wscript,v 1.2 2009/01/26 19:52:49 landry Exp $
|
|
We don't need those files installed..
|
|
--- wscript.orig Mon Jan 19 00:18:58 2009
|
|
+++ wscript Mon Jan 19 00:19:05 2009
|
|
@@ -267,10 +267,6 @@ def build (bld):
|
|
if option_enabled ('addons'):
|
|
bld.add_subdirs ('extensions')
|
|
|
|
- if option_enabled ('docs'):
|
|
- bld.install_files ('${DOCDIR}/' + APPNAME + '/', \
|
|
- 'AUTHORS ChangeLog COPYING EXPAT README TRANSLATE')
|
|
-
|
|
if bld.env['RST2HTML']:
|
|
# FIXME: Build only if needed
|
|
if not os.access (blddir, os.F_OK):
|