From 3e91cd84d8464f8166828865bff212c1acbe7e56 Mon Sep 17 00:00:00 2001 From: Josh Yelon Date: Tue, 18 Apr 2006 20:42:55 +0000 Subject: [PATCH] Removed epydoc reference --- doc/makepanda/maketarball.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/doc/makepanda/maketarball.py b/doc/makepanda/maketarball.py index f5d6b4b974..8849527b27 100755 --- a/doc/makepanda/maketarball.py +++ b/doc/makepanda/maketarball.py @@ -119,7 +119,6 @@ cp --recursive built/include $RPM_BUILD_ROOT/usr/include/panda3d cp --recursive direct $RPM_BUILD_ROOT/usr/share/panda3d/direct cp --recursive built/pandac $RPM_BUILD_ROOT/usr/share/panda3d/pandac cp --recursive built/Pmw $RPM_BUILD_ROOT/usr/share/panda3d/Pmw -cp --recursive built/epydoc $RPM_BUILD_ROOT/usr/share/panda3d/epydoc cp built/direct/__init__.py $RPM_BUILD_ROOT/usr/share/panda3d/direct/__init__.py # cp --recursive SceneEditor $RPM_BUILD_ROOT/usr/share/panda3d/SceneEditor cp --recursive built/models $RPM_BUILD_ROOT/usr/share/panda3d/models @@ -143,7 +142,6 @@ for x in $RPM_BUILD_ROOT/usr/share/panda3d/direct/src/* ; do fi done python -c "import compileall ; compileall.compile_dir('$RPM_BUILD_ROOT/usr/share/panda3d/Pmw');" -python -c "import compileall ; compileall.compile_dir('$RPM_BUILD_ROOT/usr/share/panda3d/epydoc');" # python -c "import compileall ; compileall.compile_dir('$RPM_BUILD_ROOT/usr/share/panda3d/SceneEditor');" chmod -R 555 $RPM_BUILD_ROOT/usr/share/panda3d @@ -194,7 +192,6 @@ oscmd("ln -sf ../doc "+TARDIR+"/doc") oscmd("ln -sf ../makepanda "+TARDIR+"/makepanda") oscmd("ln -sf ../../thirdparty/linux-libs-a "+TARDIR+"/thirdparty/linux-libs-a") oscmd("ln -sf ../../thirdparty/Pmw "+TARDIR+"/thirdparty/Pmw") -oscmd("ln -sf ../../thirdparty/epydoc "+TARDIR+"/thirdparty/epydoc") writefile(TARDIR+'/panda3d.spec',SPEC) oscmd("tar --exclude CVS -chzf "+TARDIR+".tar.gz "+TARDIR) oscmd("rm -rf "+TARDIR) @@ -220,7 +217,6 @@ oscmd("ln -sf ../../thirdparty/win-util "+TARDIR+"/thirdparty/win-util") oscmd("ln -sf ../../thirdparty/win-nsis "+TARDIR+"/thirdparty/win-nsis") oscmd("ln -sf ../../thirdparty/win-extras "+TARDIR+"/thirdparty/win-extras") oscmd("ln -sf ../../thirdparty/Pmw "+TARDIR+"/thirdparty/Pmw") -oscmd("ln -sf ../../thirdparty/epydoc "+TARDIR+"/thirdparty/epydoc") oscmd("zip -rq "+TARDIR+".zip "+TARDIR+" -x '*/CVS/*'") oscmd("rm -rf "+TARDIR) @@ -252,7 +248,6 @@ oscmd("mkdir -p "+TARDIR) oscmd("mkdir -p "+TARDIR+"/thirdparty") oscmd("ln -sf ../../thirdparty/linux-libs-a "+TARDIR+"/thirdparty/linux-libs-a") oscmd("ln -sf ../../thirdparty/Pmw "+TARDIR+"/thirdparty/Pmw") -oscmd("ln -sf ../../thirdparty/epydoc "+TARDIR+"/thirdparty/epydoc") oscmd("zip -rq "+TARDIR+"-tools-linux.zip "+TARDIR+" -x '*/CVS/*'") oscmd("rm -rf "+TARDIR) @@ -265,7 +260,6 @@ oscmd("ln -sf ../../thirdparty/win-util "+TARDIR+"/thirdparty/win-util") oscmd("ln -sf ../../thirdparty/win-nsis "+TARDIR+"/thirdparty/win-nsis") oscmd("ln -sf ../../thirdparty/win-extras "+TARDIR+"/thirdparty/win-extras") oscmd("ln -sf ../../thirdparty/Pmw "+TARDIR+"/thirdparty/Pmw") -oscmd("ln -sf ../../thirdparty/epydoc "+TARDIR+"/thirdparty/epydoc") oscmd("zip -rq "+TARDIR+"-tools-win32.zip "+TARDIR+" -x '*/CVS/*'") oscmd("rm -rf "+TARDIR)