[jdk8u-dev] RFR: 8139668: Generate README-build.html from markdown
George Adams
duke at openjdk.org
Sat Aug 27 09:37:21 UTC 2022
On Fri, 26 Aug 2022 15:21:40 GMT, Andrew John Hughes <andrew at openjdk.org> wrote:
>> This updates the build documentation so it `README-builds.html` is generated from `README-builds,md`
>>
>> This is a precursor to [JDK-8176509](https://bugs.openjdk.org/browse/JDK-8176509) which also updates the `README`, simplifying #75
>>
>> There are deliberately no content changes here. In fact, JDK 9 changes to the documentation prior to this change are reverted (VS2010->VS2013 bump and other build requirement changes (namely [JDK-8041593](https://bugs.openjdk.org/browse/JDK-8041593) (JDK9 update), [JDK-8062223](https://bugs.openjdk.org/browse/JDK-8062223) (ccache update), [JDK-8076531](https://bugs.openjdk.org/browse/JDK-8076531) (Windows default compiler change) and [JDK-8072023](https://bugs.openjdk.org/browse/JDK-8072023) (make version change)). We can make our own updates once these changes are in.
>>
>> The updated `README-builds.html` was generated from the new `README-builds.md`. I fixed a bug in `common/bin/update-build-readme.sh` which checks the variable `MARKDOWN` for the location of the processor but then uses a bare `markdown` in the actual invocation. This script is removed in JDK-8176509 anyway, being replaced with `pandoc`.
>
> I see `jdk8u-fix-yes` now
@gnu-andrew is the plan to backport JDK-8176509 next?
-------------
PR: https://git.openjdk.org/jdk8u-dev/pull/79
More information about the jdk8u-dev
mailing list