man: move zfs_prepare_disk.8 to nodist_man_MANS
The commit b53077a
added zfs_prepare_disk.8 to the wrong list
dist_man_MANS, in which @zfsexecdir@ will not be properly substituted.
This leads to wrong path in the manpage in generated release tarballs.
Reported-by: Benda Xu <orv@debian.org>
Reviewed-by: Tony Hutter <hutter2@llnl.gov>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
Closes #15979
This commit is contained in:
parent
8a56047135
commit
b0b0d07b13
|
@ -62,7 +62,6 @@ dist_man_MANS = \
|
||||||
%D%/man8/zfs-userspace.8 \
|
%D%/man8/zfs-userspace.8 \
|
||||||
%D%/man8/zfs-wait.8 \
|
%D%/man8/zfs-wait.8 \
|
||||||
%D%/man8/zfs_ids_to_path.8 \
|
%D%/man8/zfs_ids_to_path.8 \
|
||||||
%D%/man8/zfs_prepare_disk.8 \
|
|
||||||
%D%/man8/zgenhostid.8 \
|
%D%/man8/zgenhostid.8 \
|
||||||
%D%/man8/zinject.8 \
|
%D%/man8/zinject.8 \
|
||||||
%D%/man8/zpool.8 \
|
%D%/man8/zpool.8 \
|
||||||
|
@ -115,7 +114,8 @@ endif
|
||||||
|
|
||||||
nodist_man_MANS = \
|
nodist_man_MANS = \
|
||||||
%D%/man8/zed.8 \
|
%D%/man8/zed.8 \
|
||||||
%D%/man8/zfs-mount-generator.8
|
%D%/man8/zfs-mount-generator.8 \
|
||||||
|
%D%/man8/zfs_prepare_disk.8
|
||||||
|
|
||||||
dist_noinst_DATA += $(dist_noinst_man_MANS) $(dist_man_MANS)
|
dist_noinst_DATA += $(dist_noinst_man_MANS) $(dist_man_MANS)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue