From 7b0e6246a44e4479a7c375e714febdb0793f4388 Mon Sep 17 00:00:00 2001 From: Josh Yelon Date: Fri, 13 May 2005 20:16:26 +0000 Subject: [PATCH] Added epydoc copy --- doc/makepanda/makepanda.py | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/makepanda/makepanda.py b/doc/makepanda/makepanda.py index f38778d0e1..bf7de0d852 100755 --- a/doc/makepanda/makepanda.py +++ b/doc/makepanda/makepanda.py @@ -1910,6 +1910,7 @@ if (sys.platform == "win32"): CopyFile(PREFIX+"/", "doc/LICENSE") CopyFile(PREFIX+"/", "doc/ReleaseNotes") CopyTree(PREFIX+'/Pmw', 'thirdparty/Pmw') +CopyTree(PREFIX+'/epydoc', 'thirdparty/epydoc') CopyTree(PREFIX+'/SceneEditor', 'SceneEditor') CopyAllFiles(PREFIX+"/plugins/", "pandatool/src/scripts/", ".mel") CopyAllFiles(PREFIX+"/plugins/", "pandatool/src/scripts/", ".ms")