]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - makedist
teach imsm and ddf what st->subarray means at load_super time
[thirdparty/mdadm.git] / makedist
index 7adbd7f2cdcae491c9795f654fb90098cc690f92..03ec5fc9721c61e8b5f0daad90a6c3edd6c0ac01 100755 (executable)
--- a/makedist
+++ b/makedist
@@ -16,7 +16,12 @@ set `grep '^char Version' ReadMe.c `
 version=`echo $7 | sed 's/v//'`
 grep "^.TH MDADM 8 .. v$version" mdadm.8 > /dev/null 2>&1 ||
  {
-   echo mdadm.8 does not mention verion $version.
+   echo mdadm.8 does not mention version $version.
+   exit 1
+ }
+grep "^.TH MDMON 8 .. v$version" mdmon.8 > /dev/null 2>&1 ||
+ {
+   echo mdmon.8 does not mention version $version.
    exit 1
  }
 rpmv=`echo $version | tr - _`