[Python-checkins] Python Regression Test Failures doc dist (1)

Neal Norwitz nnorwitz at gmail.com
Sat Oct 4 14:20:22 CEST 2008


rm -rf dist
mkdir -p dist
# archive the HTML
make html
make[1]: Entering directory `/home/neal/python/r26/Doc'
mkdir -p build/html build/doctrees
python tools/sphinx-build.py -b html -d build/doctrees -D latex_paper_size=  . build/html 
Sphinx v0.5, building html
loading pickled environment... done
building [html]: targets for 0 source files that are out of date
updating environment: 0 added, 0 changed, 0 removed
no targets are out of date.

Build finished. The HTML pages are in build/html.
make[1]: Leaving directory `/home/neal/python/r26/Doc'
cp -pPR build/html dist/python-docs-html
tar -C dist -cf dist/python-docs-html.tar python-docs-html
bzip2 -9 -k dist/python-docs-html.tar
(cd dist; zip -q -r -9 python-docs-html.zip python-docs-html)
/bin/sh: line 1: zip: command not found
make: *** [dist] Error 127


More information about the Python-checkins mailing list