[Scipy-svn] r5278 - in trunk/doc: . frontpage/_templates

scipy-svn at scipy.org scipy-svn at scipy.org
Fri Dec 19 12:55:51 EST 2008


Author: ptvirtan
Date: 2008-12-19 11:55:32 -0600 (Fri, 19 Dec 2008)
New Revision: 5278

Modified:
   trunk/doc/Makefile
   trunk/doc/frontpage/_templates/indexcontent.html
Log:
docs: put CHM files in a zip, to work around http://support.microsoft.com/kb/902225/

Modified: trunk/doc/Makefile
===================================================================
--- trunk/doc/Makefile	2008-12-18 23:49:30 UTC (rev 5277)
+++ trunk/doc/Makefile	2008-12-19 17:55:32 UTC (rev 5278)
@@ -44,7 +44,7 @@
 	perl -pi -e 's#^\s*(<li><a href=".*?">SciPy.*?Reference Guide.*?»</li>)\s*$$#<li><a href="/">Numpy and Scipy Documentation</a> »</li> $$1#;' build/dist/*.html build/dist/*/*.html build/dist/*/*/*.html
 	(cd build/html && zip -9qr ../dist/scipy-html.zip .)
 	cp build/latex/scipy*.pdf build/dist
-	-cp build/htmlhelp/scipy.chm build/dist
+	-zip build/dist/scipy-chm.zip build/htmlhelp/scipy.chm
 	cd build/dist && tar czf ../dist.tar.gz *
 	chmod ug=rwX,o=rX -R build/dist
 	find build/dist -type d -print0 | xargs -0r chmod g+s

Modified: trunk/doc/frontpage/_templates/indexcontent.html
===================================================================
--- trunk/doc/frontpage/_templates/indexcontent.html	2008-12-18 23:49:30 UTC (rev 5277)
+++ trunk/doc/frontpage/_templates/indexcontent.html	2008-12-19 17:55:32 UTC (rev 5278)
@@ -19,7 +19,7 @@
     <td width="50%">
       <p class="biglink"><a class="biglink" href="numpy/reference/">Numpy Reference Guide</a><br/>
         <span><a href="numpy/numpy-html.zip">[HTML+zip]</a>,
-          <a href="numpy/numpy.chm">[HTML-help (CHM)]</a>,
+          <a href="numpy/numpy-chm.zip">[HTML-help (CHM)]</a>,
           <a href="numpy/numpy-ref.pdf">[PDF]</a></span>
       </p>
       <p class="biglink"><a class="biglink" href="numpy/user/">Numpy User Guide</a><br/>
@@ -27,7 +27,7 @@
       </p>
       <p class="biglink"><a class="biglink" href="scipy/reference/">Scipy Reference Guide</a><br/>
         <span><a href="scipy/scipy-html.zip">[HTML+zip]</a>,
-          <a href="scipy/scipy.chm">[HTML-help (CHM)]</a>,
+          <a href="scipy/scipy-chm.zip">[HTML-help (CHM)]</a>,
           <a href="scipy/scipy-ref.pdf">[PDF]</a></span>
       </p>
     </td></tr>




More information about the Scipy-svn mailing list