mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Issue #17386: List the 'htmlview' target in the Doc/Makefile help output.
This commit is contained in:
parent
26f82efe59
commit
9393fffa5f
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ help:
|
|||
@echo "Please use \`make <target>' where <target> is one of"
|
||||
@echo " clean to remove build files"
|
||||
@echo " html to make standalone HTML files"
|
||||
@echo " htmlview to open the index page built by the html target in your browser"
|
||||
@echo " htmlhelp to make HTML files and a HTML help project"
|
||||
@echo " latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter"
|
||||
@echo " text to make plain text files"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue