From: Zachary Ware Date: Tue, 29 Apr 2014 14:24:40 +0000 (-0500) Subject: Issue #17386: List the 'htmlview' target in the Doc/Makefile help output. X-Git-Tag: v3.4.1rc1~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9393fffa5fe8b504c90fc3011014db0c7666633e;p=python Issue #17386: List the 'htmlview' target in the Doc/Makefile help output. --- diff --git a/Doc/Makefile b/Doc/Makefile index 12fc6986cf..370c3faa3b 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -22,6 +22,7 @@ help: @echo "Please use \`make ' where 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"