(original) (raw)
changeset: 90513:c75a2282166f branch: 3.4 parent: 90510:b795105db23a user: Zachary Ware zachary.ware@gmail.com date: Tue Apr 29 09:24:40 2014 -0500 files: Doc/Makefile description: Issue #17386: List the 'htmlview' target in the Doc/Makefile help output. diff -r b795105db23a -r c75a2282166f Doc/Makefile --- a/Doc/Makefile Tue Apr 29 12:13:46 2014 +0200 +++ b/Doc/Makefile Tue Apr 29 09:24:40 2014 -0500 @@ -22,6 +22,7 @@ @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"/zachary.ware@gmail.com