Add man pages to the build system and packages.

This commit is contained in:
Brian Behlendorf 2009-12-11 16:49:25 -08:00
parent 77825f6f77
commit 0cf0b27968
6 changed files with 10 additions and 3 deletions

View File

@ -1,7 +1,7 @@
include $(top_srcdir)/config/rpm.am
if CONFIG_USER
USER_DIR = config doc scripts lib cmd
USER_DIR = config man scripts lib cmd
endif
if CONFIG_KERNEL
KERNEL_DIR = module

View File

@ -52,7 +52,8 @@ ZFS_AC_DEBUG
AC_CONFIG_FILES([
Makefile
config/Makefile
doc/Makefile
man/Makefile
man/man8/Makefile
lib/Makefile
lib/libavl/Makefile
lib/libefi/Makefile

View File

@ -1 +0,0 @@
EXTRA_DIST = LEGAL

1
man/Makefile.am Normal file
View File

@ -0,0 +1 @@
SUBDIRS = man8

5
man/man8/Makefile.am Normal file
View File

@ -0,0 +1,5 @@
man_MANS = zdb.8 zfs.8 zpool.8
EXTRA_DIST = $(man_MANS)
install-data-local:
$(INSTALL) -d -m 0755 "$(DESTDIR)$(mandir)/man8"

View File

@ -63,6 +63,7 @@ rm -rf $RPM_BUILD_ROOT
%doc OPENSOLARIS.LICENSE README TODO ZFS.RELEASE
%{_sbindir}/*
%{_libdir}/*
%{_mandir}/man8/*
%files devel
%defattr(-,root,root)