diff options
author | Pauli Virtanen <pav@iki.fi> | 2008-12-19 17:58:57 +0000 |
---|---|---|
committer | Pauli Virtanen <pav@iki.fi> | 2008-12-19 17:58:57 +0000 |
commit | 5d46beb9a3a63dbd499fe1f4640bf9da66ddcd1c (patch) | |
tree | 55216a0b1120595369f413eb328d8091c784a55a /doc | |
parent | 0746f06c55c49b1efeecd09eaa6a4aa0ed1e146c (diff) | |
download | numpy-5d46beb9a3a63dbd499fe1f4640bf9da66ddcd1c.tar.gz |
docs: put CHM files in a zip
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile index 1a4884822..e4318e397 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -42,7 +42,7 @@ dist: html 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 |