]> granicus.if.org Git - python/commitdiff
Issue #17386: List the 'htmlview' target in the Doc/Makefile help output.
authorZachary Ware <zachary.ware@gmail.com>
Tue, 29 Apr 2014 14:24:40 +0000 (09:24 -0500)
committerZachary Ware <zachary.ware@gmail.com>
Tue, 29 Apr 2014 14:24:40 +0000 (09:24 -0500)
Doc/Makefile

index 12fc6986cf6dcacf4a47da3975ea863b5701a423..370c3faa3bda84f68596d68cdbd8df7610d0c9cf 100644 (file)
@@ -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"