Files
mirror_zfs/man/man8/Makefile.am
T

32 lines
536 B
Makefile
Raw Normal View History

dist_man_MANS = \
2013-03-16 15:54:32 -05:00
fsck.zfs.8 \
mount.zfs.8 \
vdev_id.8 \
zdb.8 \
zfs.8 \
2018-02-08 09:16:23 -07:00
zfs-program.8 \
2017-07-27 22:06:34 -04:00
zgenhostid.8 \
2013-03-16 15:54:32 -05:00
zinject.8 \
zpool.8 \
zstreamdump.8
nodist_man_MANS = \
zed.8 \
zfs-mount-generator.8
EXTRA_DIST = \
zed.8.in \
zfs-mount-generator.8.in
$(nodist_man_MANS): %: %.in
2018-06-07 12:59:59 -04:00
-$(SED) -e 's,@zfsexecdir\@,$(zfsexecdir),g' \
-e 's,@runstatedir\@,$(runstatedir),g' \
-e 's,@sysconfdir\@,$(sysconfdir),g' \
$< >'$@'
2010-08-26 11:22:58 -07:00
install-data-local:
$(INSTALL) -d -m 0755 "$(DESTDIR)$(mandir)/man8"
CLEANFILES = \
$(nodist_man_MANS)