]> git.proxmox.com Git - mirror_zfs.git/blob - man/man8/Makefile.am
Disable 'zfs remap' command
[mirror_zfs.git] / man / man8 / Makefile.am
1 dist_man_MANS = \
2 fsck.zfs.8 \
3 mount.zfs.8 \
4 vdev_id.8 \
5 zdb.8 \
6 zfs.8 \
7 zfs-program.8 \
8 zgenhostid.8 \
9 zinject.8 \
10 zpool.8 \
11 zstreamdump.8
12
13 nodist_man_MANS = \
14 zed.8 \
15 zfs-mount-generator.8
16
17 EXTRA_DIST = \
18 zed.8.in \
19 zfs-mount-generator.8.in
20
21 $(nodist_man_MANS): %: %.in
22 -$(SED) -e 's,@zfsexecdir\@,$(zfsexecdir),g' \
23 -e 's,@runstatedir\@,$(runstatedir),g' \
24 -e 's,@sysconfdir\@,$(sysconfdir),g' \
25 $< >'$@'
26
27 install-data-local:
28 $(INSTALL) -d -m 0755 "$(DESTDIR)$(mandir)/man8"
29
30 CLEANFILES = \
31 $(nodist_man_MANS)