diff options
| -rwxr-xr-x | make-dist | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -150,7 +150,7 @@ echo Version numbers are $version and $shortversion | |||
| 150 | 150 | ||
| 151 | if [ $update = yes ]; | 151 | if [ $update = yes ]; |
| 152 | then | 152 | then |
| 153 | if grep -s "GNU Emacs version ${shortversion}" ./man/emacs.texi > /dev/null; then | 153 | if grep -s "@set EMACSVER *${shortversion}" ./man/emacs.texi > /dev/null; then |
| 154 | true | 154 | true |
| 155 | else | 155 | else |
| 156 | echo "You must update the version number in \`./man/emacs.texi'" | 156 | echo "You must update the version number in \`./man/emacs.texi'" |