From a5757741807fe74cdce68fdfb34ae809c23a972c Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Fri, 15 Sep 2023 07:50:04 +0100 Subject: [PATCH] maintain/style: clarify actual design link to the maintenance manual Signed-off-by: Leah Rowe --- site/docs/maintain/style.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site/docs/maintain/style.md b/site/docs/maintain/style.md index 1cbf8dc..c59056f 100644 --- a/site/docs/maintain/style.md +++ b/site/docs/maintain/style.md @@ -32,6 +32,8 @@ Design Libreboot's build system design is very simple: put as much as possible under `config/`, and keep actual logic to a minimum. +You can read about that design in the [lbmk maintenance manual](index.md). + No Makefiles ------------