(set-version): Remove deleted file ns-emacs.texi.

This commit is contained in:
Chong Yidong 2009-02-01 14:44:43 +00:00
parent 1b1db3a98b
commit 2048978e78

View file

@ -92,9 +92,6 @@ Root must be the root of an Emacs source tree."
(set-version-in-file root "doc/misc/faq.texi" version
(rx (and "VER" (1+ space)
(submatch (1+ (in "0-9."))))))
(set-version-in-file root "doc/misc/ns-emacs.texi" version
(rx (and "VER" (1+ space)
(submatch (1+ (in "0-9."))))))
(set-version-in-file root "lib-src/makefile.w32-in" version
(rx (and "VERSION" (0+ space) "=" (0+ space)
(submatch (1+ (in "0-9."))))))