[PATCH] erofs-utils: fix Makefile for the erofsfuse manpage
Gao Xiang
xiang at kernel.org
Sun May 16 20:56:01 AEST 2021
Add the missing dependency for the erofsfuse manpage.
Fixes: c952430a8ce0 ("erofs-utils: manpage: add manual for erofsfuse")
Signed-off-by: Gao Xiang <xiang at kernel.org>
---
man/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man/Makefile.am b/man/Makefile.am
index dcdbb35ce83a..ffcf6f81c255 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -1,5 +1,5 @@
# SPDX-License-Identifier: GPL-2.0+
# Makefile.am
-dist_man_MANS = mkfs.erofs.1
+dist_man_MANS = mkfs.erofs.1 erofsfuse.1
--
2.20.1
More information about the Linux-erofs
mailing list