From edfb47ffb4b92fa7191eef205a88d6f6096e7c6f Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Mon, 28 Sep 2009 15:49:26 +0000 Subject: * Copy() -> Clone() (even though these hopefully will be obliterated from extern/ soon) * remove reference to docs SConscript * python dbg commit - somehow this one was left uncommitted when I was working on r23465 and r23464 --- SConstruct | 1 - 1 file changed, 1 deletion(-) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index 5c4af916327..4d6ef7ccb49 100644 --- a/SConstruct +++ b/SConstruct @@ -643,7 +643,6 @@ if env['WITH_BF_DOCS']: except: epydoc = None if epydoc: - SConscript('source/blender/python/api2_2x/doc/SConscript') SConscript('source/gameengine/PyDoc/SConscript') else: print "No epydoc install detected, Python API and Gameengine API Docs will not be generated " -- cgit v1.2.3