]> Lady’s Gitweb - Shushe/commitdiff
Simplify two‐step build 0.13.0
authorLady <redacted>
Sat, 21 Sep 2024 05:16:33 +0000 (01:16 -0400)
committerLady <redacted>
Sat, 26 Oct 2024 20:34:53 +0000 (16:34 -0400)
The two‐step build originally installed to `$(BUILDDIR)/data`, but this
installation step is unnecessary (it just copies over files from the
`public/` folder of the first build). This commit uses the `public/`
folder of the first build directly, allowing both builds to have the
same `$(DESTDIR)` which is only used when actually `make install`ing.

This also enables renaming the folders for the first and second build
from `stage1/` and `stage2/` to `data/` and `site/`, which are more
informative.


No differences found
This page took 0.024241 seconds and 4 git commands to generate.