* [PATCH] erofs-utils: manpage: fix installation of `erofsfuse.1`
@ 2026-02-18 13:13 Gao Xiang
0 siblings, 0 replies; only message in thread
From: Gao Xiang @ 2026-02-18 13:13 UTC (permalink / raw)
To: linux-erofs; +Cc: Gao Xiang
`erofsfuse.1` may be missing if `man_MANS` is assigned twice.
Signed-off-by: Gao Xiang <xiang@kernel.org>
---
man/Makefile.am | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/man/Makefile.am b/man/Makefile.am
index c951681..b9b5989 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -3,10 +3,12 @@
dist_man_MANS = mkfs.erofs.1 dump.erofs.1 fsck.erofs.1
EXTRA_DIST = erofsfuse.1 mount.erofs.8
+
+man_MANS =
if ENABLE_FUSE
-man_MANS = erofsfuse.1
+man_MANS += erofsfuse.1
endif
if OS_LINUX
-man_MANS = mount.erofs.8
+man_MANS += mount.erofs.8
endif
--
2.47.3
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-02-18 13:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-18 13:13 [PATCH] erofs-utils: manpage: fix installation of `erofsfuse.1` Gao Xiang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox