From: Lady <redacted>
Date: Sat, 21 Sep 2024 05:16:33 +0000 (-0400)
Subject: Simplify two‐step build
X-Git-Tag: 0.13.0^0
X-Git-Url: https://git.ladys.computer/Shushe/commitdiff_plain/5bfb53c99fb3ea60f90786e82117a9a884461e95?ds=sidebyside;hp=5bfb53c99fb3ea60f90786e82117a9a884461e95

Simplify two‐step build

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.
---