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