Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tools: improve docopen target in Makefile #9436

Closed

Commits on Nov 5, 2016

  1. tools: improve docopen target in Makefile

    1. As it is, it just tries to build only the `all.html` file. If none of
       the other files are built already, generated page will not be good.
       To fix this, we process the assets and generate HTML files first.
    
    2. After the HTML is generated, `google-chrome` is used to open the
       generated file in browser. This is not very portable as it might not
       be installed or installations might have used a different name. So,
       we use Python's webbrowser module to open the file.
    thefourtheye committed Nov 5, 2016
    Configuration menu
    Copy the full SHA
    31c40a7 View commit details
    Browse the repository at this point in the history