Revision: 44073
          
http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=44073
Author:   campbellbarton
Date:     2012-02-12 19:55:25 +0000 (Sun, 12 Feb 2012)
Log Message:
-----------
py api docs - remove sphinx .doctree before zipping, saves some space 18mb --> 
3.1 mb

Modified Paths:
--------------
    trunk/blender/doc/python_api/sphinx_doc_gen.sh

Modified: trunk/blender/doc/python_api/sphinx_doc_gen.sh
===================================================================
--- trunk/blender/doc/python_api/sphinx_doc_gen.sh      2012-02-12 19:18:30 UTC 
(rev 44072)
+++ trunk/blender/doc/python_api/sphinx_doc_gen.sh      2012-02-12 19:55:25 UTC 
(rev 44073)
@@ -63,6 +63,13 @@
        cd $SPHINXBASE
        sphinx-build -n -b html sphinx-in sphinx-out
 
+       # XXX, saves space on upload and zip, should move HTML outside
+       # and zip up there, for now this is OK
+       rm -rf sphinx-out/.doctrees
+
+       # incase we have a zip already
+       rm -f blender_python_reference_$BLENDER_VERSION.zip
+
        # 
------------------------------------------------------------------------
        # ZIP the HTML dir for upload
 

_______________________________________________
Bf-blender-cvs mailing list
Bf-blender-cvs@blender.org
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to