summaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-07-17 19:52:54 +0200
committerGeorg Brandl <georg@python.org>2010-07-17 19:52:54 +0200
commitcc227499efb1ceef3e8a751947890c2d71f25d89 (patch)
tree2d53381e0b09c82e7d359b8662998e97af223543 /doc/Makefile
parent3f01087461a21970bf98f6c374d1df33f53a4bbd (diff)
downloadsphinx-cc227499efb1ceef3e8a751947890c2d71f25d89.tar.gz
Adjust alignment.
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile28
1 files changed, 14 insertions, 14 deletions
diff --git a/doc/Makefile b/doc/Makefile
index b873c7e5..90fb5af2 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -16,21 +16,21 @@ ALLSPHINXOPTS = -d _build/doctrees $(PAPEROPT_$(PAPER)) \
help:
@echo "Please use \`make <target>' where <target> is one of"
- @echo " html to make standalone HTML files"
- @echo " dirhtml to make HTML files called index.html in directories"
+ @echo " html to make standalone HTML files"
+ @echo " dirhtml to make HTML files called index.html in directories"
@echo " singlehtml to make one big HTML file"
- @echo " text to make text files"
- @echo " man to make manual pages"
- @echo " pickle to make pickle files"
- @echo " json to make json files"
- @echo " htmlhelp to make HTML files and a HTML help project"
- @echo " qthelp to make Qt help files and project"
- @echo " devhelp to make Devhelp files and project"
- @echo " epub to make an epub file"
- @echo " latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter"
- @echo " latexpdf to make LaTeX files and run pdflatex"
- @echo " changes to make an overview over all changed/added/deprecated items"
- @echo " linkcheck to check all external links for integrity"
+ @echo " text to make text files"
+ @echo " man to make manual pages"
+ @echo " pickle to make pickle files"
+ @echo " json to make json files"
+ @echo " htmlhelp to make HTML files and a HTML help project"
+ @echo " qthelp to make Qt help files and project"
+ @echo " devhelp to make Devhelp files and project"
+ @echo " epub to make an epub file"
+ @echo " latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter"
+ @echo " latexpdf to make LaTeX files and run pdflatex"
+ @echo " changes to make an overview over all changed/added/deprecated items"
+ @echo " linkcheck to check all external links for integrity"
clean:
-rm -rf _build/*