summaryrefslogtreecommitdiff
path: root/docs/make_epub
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2013-01-01 17:57:53 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2013-01-01 17:57:53 +0200
commitd30b6cb1e4070c7d5af0ebc702b390080d10e306 (patch)
tree7f0a4cbe18210058a0ae987e80cdf059be50c6f2 /docs/make_epub
parent973077b27539c98f37af57eef46f2bd5b6386270 (diff)
downloadpyramid-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_epub')
-rwxr-xr-xdocs/make_epub2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/make_epub b/docs/make_epub
index 868749e3b..cf9263451 100755
--- a/docs/make_epub
+++ b/docs/make_epub
@@ -1,2 +1,2 @@
#!/bin/sh
-make clean epub SPHINXBUILD=../env26/bin/sphinx-build
+make clean epub SPHINXBUILD=../env/bin/sphinx-build