* [PATCH] erofs-utils: fix Makefile for the erofsfuse manpage
@ 2021-05-16 10:56 Gao Xiang
0 siblings, 0 replies; only message in thread
From: Gao Xiang @ 2021-05-16 10:56 UTC (permalink / raw)
To: linux-erofs, Li Guifu; +Cc: Gao Xiang
Add the missing dependency for the erofsfuse manpage.
Fixes: c952430a8ce0 ("erofs-utils: manpage: add manual for erofsfuse")
Signed-off-by: Gao Xiang <xiang@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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2021-05-16 10:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-16 10:56 [PATCH] erofs-utils: fix Makefile for the erofsfuse manpage Gao Xiang
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.