diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-01-01 17:57:53 +0200 |
|---|---|---|
| committer | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-01-01 17:57:53 +0200 |
| commit | d30b6cb1e4070c7d5af0ebc702b390080d10e306 (patch) | |
| tree | 7f0a4cbe18210058a0ae987e80cdf059be50c6f2 /docs/make_book | |
| parent | 973077b27539c98f37af57eef46f2bd5b6386270 (diff) | |
| download | pyramid-d30b6cb1e4070c7d5af0ebc702b390080d10e306.tar.gz pyramid-d30b6cb1e4070c7d5af0ebc702b390080d10e306.tar.bz2 pyramid-d30b6cb1e4070c7d5af0ebc702b390080d10e306.zip | |
give virtualenv directory a more generic name, "venv"
pros:
* Installation instructions uses the same name
* The old name assumes user would be using Python 2.6
Diffstat (limited to 'docs/make_book')
| -rwxr-xr-x | docs/make_book | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/make_book b/docs/make_book index 22883ac4a..94e249441 100755 --- a/docs/make_book +++ b/docs/make_book @@ -1,4 +1,4 @@ #!/bin/sh -make clean latex SPHINXBUILD=../env26/bin/sphinx-build BOOK=1 +make clean latex SPHINXBUILD=../env/bin/sphinx-build BOOK=1 cd _build/latex && make all-pdf |
