diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-06-01 22:37:43 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-06-01 22:37:43 +0000 |
commit | 1d15fc927324032f2bedaff718fb8428e6c893f7 (patch) | |
tree | dc4620ca2ae8211a19242e2ef94daf92411e0ddc /make-dist | |
parent | 451eabebd48386e5bec3eeae6510f69d0429bcf3 (diff) | |
download | emacs-1d15fc927324032f2bedaff718fb8428e6c893f7.tar.gz |
Don't hassle me about emacs.texi.
Diffstat (limited to 'make-dist')
-rwxr-xr-x | make-dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make-dist b/make-dist index b95156b9aa2..fb54f597589 100755 --- a/make-dist +++ b/make-dist @@ -73,7 +73,7 @@ if grep -s "GNU Emacs version ${version}" ./man/emacs.texi > /dev/null; then true else echo "You must update the version number in \`./man/emacs.texi'" - exit 1 + sleep 5 fi ### Make sure the subdirectory is available. |