summaryrefslogtreecommitdiff
path: root/docs/README
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2011-07-19 09:00:24 +0000
committerJannis Leidel <jannis@leidel.info>2011-07-19 09:00:24 +0000
commit8f7b5024b29321ff7b6995c6616558dca16104eb (patch)
tree22c6a2b0170e5651951e6ad2eb82d975a2103b02 /docs/README
parent0452d4c3cce8b41e01a21977cf35341712e70e7c (diff)
Fixed #16414 -- Added standard Windows make batch file for Sphinx. Thanks, Aymeric Augustin.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16547 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/README')
-rw-r--r--docs/README3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/README b/docs/README
index 77fb3f0ddb..323e191cce 100644
--- a/docs/README
+++ b/docs/README
@@ -9,7 +9,8 @@ To create an HTML version of the docs on a Unix machine (Linux or Mac):
* Install Sphinx (using ``easy_install Sphinx`` or some other method)
-* In this docs/ directory, type ``make html`` at a shell prompt.
+* In this docs/ directory, type ``make html`` (or ``make.bat html`` on
+ Windows) at a shell prompt.
The documentation in _build/html/index.html can then be viewed in a web browser.