diff options
author | Darik Horn <[email protected]> | 2013-03-12 14:40:55 -0500 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2013-03-13 13:41:22 -0700 |
commit | cf2129e6dc567004fb5246ae67248de030d9520b (patch) | |
tree | d588ee85e2acadb2ffaf01a74b3a9001d4ffe541 /man/Makefile.am | |
parent | 5cd0add2149e63cf962cc715338e41a611b8c0aa (diff) |
Create mount.zfs, zinject, and zpios man pages.
And update the automake templates to install them.
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #518
Diffstat (limited to 'man/Makefile.am')
-rw-r--r-- | man/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/Makefile.am b/man/Makefile.am index 0ccc5b491..841cb9c4e 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -1 +1 @@ -SUBDIRS = man5 man8 +SUBDIRS = man1 man5 man8 |