diff options
author | kinichiro <kinichiro.inoguchi@gmail.com> | 2017-09-10 12:49:24 +0900 |
---|---|---|
committer | kinichiro <kinichiro.inoguchi@gmail.com> | 2017-09-10 12:58:47 +0900 |
commit | 03502b8d8f9ff249f7ad575ed33dc7894a703692 (patch) | |
tree | 87e279a674dc796e72219d1c3a8ad73f923cd020 /check-release.sh | |
parent | 8a2a079b6da03d636502ff0b4bc4a2f3aee0c3ea (diff) | |
download | portable-03502b8d8f9ff249f7ad575ed33dc7894a703692.tar.gz portable-03502b8d8f9ff249f7ad575ed33dc7894a703692.tar.bz2 portable-03502b8d8f9ff249f7ad575ed33dc7894a703692.zip |
Add *.5 manpages in libcrypto/man/
Diffstat (limited to 'check-release.sh')
-rwxr-xr-x | check-release.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/check-release.sh b/check-release.sh index a7cf8ec..bdafa08 100755 --- a/check-release.sh +++ b/check-release.sh | |||
@@ -57,6 +57,7 @@ fi | |||
57 | echo "differences between release and regenerated release tag:" | 57 | echo "differences between release and regenerated release tag:" |
58 | diff -urN \ | 58 | diff -urN \ |
59 | -x *.3 \ | 59 | -x *.3 \ |
60 | -x *.5 \ | ||
60 | -x Makefile.in \ | 61 | -x Makefile.in \ |
61 | -x aclocal.m4 \ | 62 | -x aclocal.m4 \ |
62 | -x compile \ | 63 | -x compile \ |