]> Lady’s Gitweb - Shushe/commit
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)
commit5bfb53c99fb3ea60f90786e82117a9a884461e95
tree2aa31c329ccb22d444d2b8cb7cd1cc513f9a2887
parent23832d1a6f6bf4d2adce00d6e5ff65290aaa1ef1
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.
GNUmakefile
This page took 0.060484 seconds and 4 git commands to generate.