From e6b5c6f66c24af7a5e8dbeb29cd59f8418f2c5b5 Mon Sep 17 00:00:00 2001 From: Josh Yelon Date: Sun, 3 Apr 2005 19:31:43 +0000 Subject: [PATCH] Removed InstallerNotes --- doc/makepanda/makepanda.py | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/makepanda/makepanda.py b/doc/makepanda/makepanda.py index 725b4272c5..06be41a187 100755 --- a/doc/makepanda/makepanda.py +++ b/doc/makepanda/makepanda.py @@ -1901,7 +1901,6 @@ if (sys.platform == "win32"): CopyFile(PREFIX+"/", "doc/LICENSE") CopyFile(PREFIX+"/", "doc/ReleaseNotes") -CopyFile(PREFIX+"/", "doc/InstallerNotes") CopyTree(PREFIX+'/Pmw', 'thirdparty/Pmw') CopyTree(PREFIX+'/SceneEditor', 'SceneEditor')