diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2014-04-29 14:24:40 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2014-04-29 14:24:40 (GMT) |
commit | 9393fffa5fe8b504c90fc3011014db0c7666633e (patch) | |
tree | 004b0339efa4edceb7f57af17c95dba78da597d3 /Doc/Makefile | |
parent | 26f82efe591a997bcf62111d1776c296f8088623 (diff) | |
download | cpython-9393fffa5fe8b504c90fc3011014db0c7666633e.zip cpython-9393fffa5fe8b504c90fc3011014db0c7666633e.tar.gz cpython-9393fffa5fe8b504c90fc3011014db0c7666633e.tar.bz2 |
Issue #17386: List the 'htmlview' target in the Doc/Makefile help output.
Diffstat (limited to 'Doc/Makefile')
-rw-r--r-- | Doc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index 12fc698..370c3fa 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -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" |