[PATCH] erofs-utils: fix installing erofsfuse.1 manpage
mail at duncano.de
mail at duncano.de
Sat Feb 21 05:31:11 AEDT 2026
From: Duncan Overbruck <mail at duncano.de>
---
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.52.0
More information about the Linux-erofs
mailing list