aboutsummaryrefslogtreecommitdiff
path: root/man/apkg.8
diff options
context:
space:
mode:
Diffstat (limited to 'man/apkg.8')
-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