diff options
author | Armin Ronacher <armin.ronacher@active-4.com> | 2008-06-26 08:22:26 +0000 |
---|---|---|
committer | Armin Ronacher <armin.ronacher@active-4.com> | 2008-06-26 08:22:26 +0000 |
commit | ba99598c656dc608222b9ff68d10d45f686852bd (patch) | |
tree | 114db1ad7d9d6fd468e30e855cdf48b8be01c789 /sphinx/quickstart.py | |
parent | eca63279c59793bc48e7ed2e25b17c119a9bb110 (diff) | |
download | sphinx-git-ba99598c656dc608222b9ff68d10d45f686852bd.tar.gz |
Removed last "web" bits from the pickle builder.
Diffstat (limited to 'sphinx/quickstart.py')
-rw-r--r-- | sphinx/quickstart.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sphinx/quickstart.py b/sphinx/quickstart.py index 0831cd967..5fb5123cd 100644 --- a/sphinx/quickstart.py +++ b/sphinx/quickstart.py @@ -257,9 +257,7 @@ pickle: \tmkdir -p %(rbuilddir)s/pickle %(rbuilddir)s/doctrees \t$(SPHINXBUILD) -b pickle $(ALLSPHINXOPTS) %(rbuilddir)s/pickle \t@echo -\t@echo "Build finished; now you can process the pickle files or run" -\t@echo " sphinx-web %(rbuilddir)s/pickle" -\t@echo "to start the sphinx-web server." +\t@echo "Build finished; now you can process the pickle files." web: pickle |