RFR: Split up the monolithic index.md, take two [v2]
Jesper Wilhelmsson
jwilhelm at openjdk.java.net
Thu May 12 19:06:19 UTC 2022
On Thu, 12 May 2022 17:14:14 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:
>> Makefile line 12:
>>
>>> 10: LEGACY_MD := $(wildcard src/*.md)
>>> 11: LEGACY_FOOTER := $(patsubst src/%.md, build/support/footers/%.html, $(LEGACY_MD))
>>> 12: LEGACY_RESULT := $(patsubst src/%.md, build/dist/%.html, $(LEGACY_MD))
>>
>> Why legacy?
>
> I dunno. I needed to call it something. :-) If you explain to me the purpose of `codeReview.md`, `jckAcquisition.md`,
> `reviewBodies.md` and `webrevHelp.md`, I can give it a better name. My impression was that this was some old files that will be replaced by the guide in the fullness of time.
Oh, I replied in the other mail thread :-) Those files can be removed.
-------------
PR: https://git.openjdk.java.net/guide/pull/82
More information about the guide-dev
mailing list