aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremmett1 <me@emmett1.my>2026-06-20 14:57:36 +0800
committeremmett1 <me@emmett1.my>2026-06-20 14:57:36 +0800
commit830abea898eb8f3652ec400071099478cea4ebd5 (patch)
tree5a8305a5b5c82146cbcd3427e49cb0d71b51f0a2
parent81a2c89b6d5fb4ab61bb48c712a0840715b375ec (diff)
downloadautils-830abea898eb8f3652ec400071099478cea4ebd5.tar.gz
autils-830abea898eb8f3652ec400071099478cea4ebd5.zip
updated man/apkg.8 regarding muon build default changes
-rw-r--r--man/apkg.87
1 files changed, 4 insertions, 3 deletions
diff --git a/man/apkg.8 b/man/apkg.8
index 4eae6b6..a8659b0 100644
--- a/man/apkg.8
+++ b/man/apkg.8
@@ -141,8 +141,8 @@ Runit service files to install into \fI/etc/sv\fR. Accepts names like \fIrun\fR,
.TP
\fBbuild_type\fR
Force a specific build system. Normally auto-detected; set to one of:
-\fImeson_build\fR, \fIconfigure_build\fR, \fIcmake_build\fR, \fIpython_build\fR,
-\fIperlmodule_build\fR, \fImakefile_build\fR.
+\fImuon_build\fR, \fImeson_build\fR, \fIconfigure_build\fR, \fIcmake_build\fR,
+\fIpython_build\fR, \fIperlmodule_build\fR, \fImakefile_build\fR.
.TP
\fBbuild_dir\fR
Subdirectory within the extracted source to enter before building.
@@ -205,7 +205,8 @@ Auto-generated sorted file list from the package contents. Regenerate with
When no \fBbuild()\fR function is defined, the build type is auto-detected by
checking for these files in order:
.IP 1. 3
-\fBmeson.build\fR \-- \fBmeson setup\fR with LTO and PIE enabled,
+\fBmeson.build\fR \-- \fBmuon setup\fR (or \fBmeson setup\fR if
+\fBbuild_type=meson_build\fR) with LTO and PIE enabled,
\fBwrap_mode=nodownload\fR, \fBbuildtype=plain\fR
.IP 2. 3
\fBconfigure\fR \-- \fB./configure --prefix=/usr --sysconfdir=/etc ...\fR