Browse Source

Removed epydoc reference

Josh Yelon 19 years ago
parent
commit
3e91cd84d8
1 changed files with 0 additions and 6 deletions
  1. 0 6
      doc/makepanda/maketarball.py

+ 0 - 6
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)