aboutsummaryrefslogtreecommitdiff
path: root/check-release.sh
diff options
context:
space:
mode:
authorkinichiro <kinichiro.inoguchi@gmail.com>2017-09-10 12:49:24 +0900
committerkinichiro <kinichiro.inoguchi@gmail.com>2017-09-10 12:58:47 +0900
commit03502b8d8f9ff249f7ad575ed33dc7894a703692 (patch)
tree87e279a674dc796e72219d1c3a8ad73f923cd020 /check-release.sh
parent8a2a079b6da03d636502ff0b4bc4a2f3aee0c3ea (diff)
downloadportable-03502b8d8f9ff249f7ad575ed33dc7894a703692.tar.gz
portable-03502b8d8f9ff249f7ad575ed33dc7894a703692.tar.bz2
portable-03502b8d8f9ff249f7ad575ed33dc7894a703692.zip
Add *.5 manpages in libcrypto/man/
Diffstat (limited to 'check-release.sh')
-rwxr-xr-xcheck-release.sh1
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
57echo "differences between release and regenerated release tag:" 57echo "differences between release and regenerated release tag:"
58diff -urN \ 58diff -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 \