mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
Removed epydoc reference
This commit is contained in:
parent
67405cdd5d
commit
3e91cd84d8
@ -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 direct $RPM_BUILD_ROOT/usr/share/panda3d/direct
|
||||||
cp --recursive built/pandac $RPM_BUILD_ROOT/usr/share/panda3d/pandac
|
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/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 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 SceneEditor $RPM_BUILD_ROOT/usr/share/panda3d/SceneEditor
|
||||||
cp --recursive built/models $RPM_BUILD_ROOT/usr/share/panda3d/models
|
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
|
fi
|
||||||
done
|
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/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');"
|
# python -c "import compileall ; compileall.compile_dir('$RPM_BUILD_ROOT/usr/share/panda3d/SceneEditor');"
|
||||||
|
|
||||||
chmod -R 555 $RPM_BUILD_ROOT/usr/share/panda3d
|
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 ../makepanda "+TARDIR+"/makepanda")
|
||||||
oscmd("ln -sf ../../thirdparty/linux-libs-a "+TARDIR+"/thirdparty/linux-libs-a")
|
oscmd("ln -sf ../../thirdparty/linux-libs-a "+TARDIR+"/thirdparty/linux-libs-a")
|
||||||
oscmd("ln -sf ../../thirdparty/Pmw "+TARDIR+"/thirdparty/Pmw")
|
oscmd("ln -sf ../../thirdparty/Pmw "+TARDIR+"/thirdparty/Pmw")
|
||||||
oscmd("ln -sf ../../thirdparty/epydoc "+TARDIR+"/thirdparty/epydoc")
|
|
||||||
writefile(TARDIR+'/panda3d.spec',SPEC)
|
writefile(TARDIR+'/panda3d.spec',SPEC)
|
||||||
oscmd("tar --exclude CVS -chzf "+TARDIR+".tar.gz "+TARDIR)
|
oscmd("tar --exclude CVS -chzf "+TARDIR+".tar.gz "+TARDIR)
|
||||||
oscmd("rm -rf "+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-nsis "+TARDIR+"/thirdparty/win-nsis")
|
||||||
oscmd("ln -sf ../../thirdparty/win-extras "+TARDIR+"/thirdparty/win-extras")
|
oscmd("ln -sf ../../thirdparty/win-extras "+TARDIR+"/thirdparty/win-extras")
|
||||||
oscmd("ln -sf ../../thirdparty/Pmw "+TARDIR+"/thirdparty/Pmw")
|
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("zip -rq "+TARDIR+".zip "+TARDIR+" -x '*/CVS/*'")
|
||||||
oscmd("rm -rf "+TARDIR)
|
oscmd("rm -rf "+TARDIR)
|
||||||
|
|
||||||
@ -252,7 +248,6 @@ oscmd("mkdir -p "+TARDIR)
|
|||||||
oscmd("mkdir -p "+TARDIR+"/thirdparty")
|
oscmd("mkdir -p "+TARDIR+"/thirdparty")
|
||||||
oscmd("ln -sf ../../thirdparty/linux-libs-a "+TARDIR+"/thirdparty/linux-libs-a")
|
oscmd("ln -sf ../../thirdparty/linux-libs-a "+TARDIR+"/thirdparty/linux-libs-a")
|
||||||
oscmd("ln -sf ../../thirdparty/Pmw "+TARDIR+"/thirdparty/Pmw")
|
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("zip -rq "+TARDIR+"-tools-linux.zip "+TARDIR+" -x '*/CVS/*'")
|
||||||
oscmd("rm -rf "+TARDIR)
|
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-nsis "+TARDIR+"/thirdparty/win-nsis")
|
||||||
oscmd("ln -sf ../../thirdparty/win-extras "+TARDIR+"/thirdparty/win-extras")
|
oscmd("ln -sf ../../thirdparty/win-extras "+TARDIR+"/thirdparty/win-extras")
|
||||||
oscmd("ln -sf ../../thirdparty/Pmw "+TARDIR+"/thirdparty/Pmw")
|
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("zip -rq "+TARDIR+"-tools-win32.zip "+TARDIR+" -x '*/CVS/*'")
|
||||||
oscmd("rm -rf "+TARDIR)
|
oscmd("rm -rf "+TARDIR)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user