Show More
@@ -19,14 +19,15 b' default: html' | |||
|
19 | 19 | |
|
20 | 20 | help: |
|
21 | 21 | @echo "Please use \`make <target>' where <target> is one of" |
|
22 |
@echo " html |
|
|
23 | @echo " pickle to make pickle files (usable by e.g. sphinx-web)" | |
|
24 | @echo " htmlhelp to make HTML files and a HTML help project" | |
|
25 | @echo " latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter" | |
|
26 | @echo " texinfo to make Texinfo files" | |
|
27 |
@echo " info |
|
|
28 | @echo " changes to make an overview over all changed/added/deprecated items" | |
|
29 | @echo " linkcheck to check all external links for integrity" | |
|
22 | @echo " html standalone HTML files" | |
|
23 | @echo " html_noapi same as above, without the time consuming API docs" | |
|
24 | @echo " pickle pickle files (usable by e.g. sphinx-web)" | |
|
25 | @echo " htmlhelp HTML files and a HTML help project" | |
|
26 | @echo " latex LaTeX files, you can set PAPER=a4 or PAPER=letter" | |
|
27 | @echo " texinfo Texinfo files" | |
|
28 | @echo " info Texinfo files and run them through makeinfo" | |
|
29 | @echo " changes an overview over all changed/added/deprecated items" | |
|
30 | @echo " linkcheck check all external links for integrity (takes a long time)" | |
|
30 | 31 | @echo |
|
31 | 32 | @echo "Compound utility targets:" |
|
32 | 33 | @echo "pdf latex and then runs the PDF generation" |
General Comments 0
You need to be logged in to leave comments.
Login now