Browse Source

Added epydoc directory

Josh Yelon 20 years ago
parent
commit
a11b778aab
1 changed files with 4 additions and 0 deletions
  1. 4 0
      doc/makepanda/maketarball.py

+ 4 - 0
doc/makepanda/maketarball.py

@@ -214,6 +214,7 @@ 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)
@@ -239,6 +240,7 @@ 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)
 
@@ -270,6 +272,7 @@ 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)
 
@@ -282,6 +285,7 @@ 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)