diff options
author | Darik Horn <[email protected]> | 2013-03-16 15:54:32 -0500 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2013-03-19 13:29:13 -0700 |
commit | ac826e16682114ee7a41b7a4ca3d8fdde59d29dc (patch) | |
tree | f3dd2d0aff76246a62948fe6f69ba943eb3fcd61 /man/man8/Makefile.am | |
parent | 5dc6af0eec29b119b731c793037fd77214fc9438 (diff) |
Create fsck.zfs and zhack man pages.
The automake templates have been updated to install them,
and the existing packaging will automatically include them.
Signed-off-by: Brian Behlendorf <[email protected]>
Supplements #518
Diffstat (limited to 'man/man8/Makefile.am')
-rw-r--r-- | man/man8/Makefile.am | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/man/man8/Makefile.am b/man/man8/Makefile.am index 23b39b7f3..be7bc1dd6 100644 --- a/man/man8/Makefile.am +++ b/man/man8/Makefile.am @@ -1,4 +1,13 @@ -man_MANS = mount.zfs.8 vdev_id.8 zdb.8 zfs.8 zinject.8 zpool.8 zstreamdump.8 +man_MANS = \ + fsck.zfs.8 \ + mount.zfs.8 \ + vdev_id.8 \ + zdb.8 \ + zfs.8 \ + zinject.8 \ + zpool.8 \ + zstreamdump.8 + EXTRA_DIST = $(man_MANS) install-data-local: |