Added epydoc directory

This commit is contained in:
Josh Yelon 2005-05-13 20:00:42 +00:00
parent 5eaed775da
commit a11b778aab

View File

@ -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)