From 22a3c974bbded7b2400b9d6344ea73e0b29631e7 Mon Sep 17 00:00:00 2001 From: rdb Date: Thu, 16 Oct 2008 07:05:42 +0000 Subject: [PATCH] Fix /Pmw --- doc/makepanda/makepanda.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/makepanda/makepanda.py b/doc/makepanda/makepanda.py index 748cdcb7c8..b8ce0ec509 100755 --- a/doc/makepanda/makepanda.py +++ b/doc/makepanda/makepanda.py @@ -1055,7 +1055,7 @@ CopyFile("built/", "doc/LICENSE") CopyFile("built/", "doc/ReleaseNotes") CopyAllFiles("built/plugins/", "pandatool/src/scripts/", ".mel") CopyAllFiles("built/plugins/", "pandatool/src/scripts/", ".ms") -if (PkgSkip("PYTHON")==0): +if (PkgSkip("PYTHON")==0 and os.path.isdir("thirdparty/Pmw")): CopyTree('built/Pmw', 'thirdparty/Pmw') ConditionalWriteFile('built/include/ctl3d.h', '/* dummy file to make MAX happy */')