Skip to content

Commit

Permalink
man/Makefile.am: put zfs_prepare_disk.8 into substitution list.
Browse files Browse the repository at this point in the history
b53077a forgot to include the zfs_prepare_disk.8 in the
substitution list, although it built in the past because 38e2e9c
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 <orv@debian.org>
  • Loading branch information
Benda Xu committed Mar 9, 2024
1 parent 078b8a8 commit 081c7db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion man/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 081c7db

Please sign in to comment.