From 081c7dbad7177402d27e4298013863c79530e6d2 Mon Sep 17 00:00:00 2001 From: Benda Xu Date: Sat, 9 Mar 2024 17:37:03 +0800 Subject: [PATCH] man/Makefile.am: put zfs_prepare_disk.8 into substitution list. b53077a9e751 forgot to include the zfs_prepare_disk.8 in the substitution list, although it built in the past because 38e2e9ce8327 accidentally dropped the $(SUBSTFILES) from the "%: %.in" pattern. Since we recovered the scope of $(SUBSTFILES) to explicitly control what files are being generated from the corresponding .in, this fix is needed. Signed-off-by: Benda Xu --- man/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/Makefile.am b/man/Makefile.am index 45156571eec3..7fe2dd04814f 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -119,7 +119,7 @@ nodist_man_MANS = \ dist_noinst_DATA += $(dist_noinst_man_MANS) $(dist_man_MANS) -SUBSTFILES += $(nodist_man_MANS) +SUBSTFILES += $(nodist_man_MANS) %D%/man8/zfs_prepare_disk.8 CHECKS += mancheck mancheck: