diff options
author | Hannes Reinecke <hare@suse.de> | 2007-05-16 13:51:43 +0200 |
---|---|---|
committer | Christophe Varoqui <cvaroqui@zezette.localdomain> | 2007-05-21 23:50:16 +0200 |
commit | e63ad434512701756e49425a3a6d32e989e2be22 (patch) | |
tree | cfaa492ec62651bebb9939ebaf8b587711f17a72 /Makefile.inc | |
parent | d1520664b8f9c6196978358a3bba03e8eb98fda6 (diff) | |
download | multipath-tools-e63ad434512701756e49425a3a6d32e989e2be22.tar.gz multipath-tools-e63ad434512701756e49425a3a6d32e989e2be22.tar.bz2 multipath-tools-e63ad434512701756e49425a3a6d32e989e2be22.zip |
[multipath] Add multipath.conf.5 manpage
We finally have a manpage for multipath.conf.
Signed-off-by: Hannes Reinecke <hare@suse.de>
Diffstat (limited to 'Makefile.inc')
-rw-r--r-- | Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.inc b/Makefile.inc index 4a705aa..71970ef 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -26,6 +26,7 @@ bindir = $(exec_prefix)/sbin checkersdir = $(TOPDIR)/libcheckers multipathdir = $(TOPDIR)/libmultipath mandir = $(prefix)/usr/share/man/man8 +man5dir = $(prefix)/usr/share/man/man5 rcdir = $(prefix)/etc/init.d GZIP = /bin/gzip -9 -c |