From a11b778aab56f947feff18ba65848977bfe5ebc0 Mon Sep 17 00:00:00 2001 From: Josh Yelon Date: Fri, 13 May 2005 20:00:42 +0000 Subject: [PATCH] Added epydoc directory --- doc/makepanda/maketarball.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/makepanda/maketarball.py b/doc/makepanda/maketarball.py index 48b153472f..6d02cf86f5 100755 --- a/doc/makepanda/maketarball.py +++ b/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)