[Numpy-svn] r6174 - trunk/doc

numpy-svn at scipy.org numpy-svn at scipy.org
Fri Dec 19 12:59:08 EST 2008


Author: ptvirtan
Date: 2008-12-19 11:58:57 -0600 (Fri, 19 Dec 2008)
New Revision: 6174

Modified:
   trunk/doc/Makefile
Log:
docs: put CHM files in a zip

Modified: trunk/doc/Makefile
===================================================================
--- trunk/doc/Makefile	2008-12-19 10:28:39 UTC (rev 6173)
+++ trunk/doc/Makefile	2008-12-19 17:58:57 UTC (rev 6174)
@@ -42,7 +42,7 @@
 	perl -pi -e 's#^\s*(<li><a href=".*?">NumPy.*?Manual.*?»</li>)#<li><a href="/">Numpy and Scipy Documentation</a> »</li>#;' build/dist/*.html build/dist/*/*.html build/dist/*/*/*.html
 	cd build/html && zip -9r ../dist/numpy-html.zip .
 	cp build/latex/numpy-*.pdf build/dist
-	-cp build/htmlhelp/numpy.chm build/dist
+	-zip build/dist/numpy-chm.zip build/htmlhelp/numpy.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




More information about the Numpy-svn mailing list