diff options
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 \ |