diff options
author | Georg Brandl <georg@python.org> | 2009-02-19 23:31:34 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-02-19 23:31:34 +0100 |
commit | a43b6518049cb9610509291f18e19b902f15bab3 (patch) | |
tree | 9d3c4309165d753ddc2f1dfdc00c47f2717e515e /sphinx/quickstart.py | |
parent | 3f7733f8d303b10b5a72ea0a52508c63a1eb6034 (diff) | |
download | sphinx-git-a43b6518049cb9610509291f18e19b902f15bab3.tar.gz |
Make "make check" happy.
Diffstat (limited to 'sphinx/quickstart.py')
-rw-r--r-- | sphinx/quickstart.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sphinx/quickstart.py b/sphinx/quickstart.py index d3cf18c5f..a25c04661 100644 --- a/sphinx/quickstart.py +++ b/sphinx/quickstart.py @@ -38,7 +38,7 @@ QUICKSTART_CONF = '''\ import sys, os -# If your extensions (or modules documented by autodoc) are in another directory, +# If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the # documentation root, use os.path.abspath to make it absolute, like shown here. #sys.path.append(os.path.abspath('.')) @@ -277,7 +277,8 @@ help: \t@echo " latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter" \t@echo " changes to make an overview of all changed/added/deprecated items" \t@echo " linkcheck to check all external links for integrity" -\t@echo " doctest to run all doctests embedded in the documentation (if enabled)" +\t@echo " doctest to run all doctests embedded in the documentation \ +(if enabled)" clean: \t-rm -rf %(rbuilddir)s/* |