Building the docs with own changes
Vladimir Panteleev via Digitalmars-d
digitalmars-d at puremagic.com
Mon Jun 8 15:28:23 PDT 2015
On Monday, 8 June 2015 at 22:25:41 UTC, Andrei Alexandrescu wrote:
> Well I trust you can come up with a well-engineered
> improvement. -- Andrei
1. We can just put it in the makefile (or elsewhere in the
repository). New releases need website updates anyway (front
page, changelog...).
Currently, the front page hard-codes the current version number -
it could use LATEST instead.
2. DMD has a "VERSION" file. It could also have a
"STABLE_VERSION" file (which is equal to the "VERSION" file only
for release builds).
More information about the Digitalmars-d
mailing list