]> code.delx.au - gnu-emacs/commit
Further reduce number of versioned files storing Emacs version number.
authorGlenn Morris <rgm@gnu.org>
Sat, 22 Nov 2014 22:04:32 +0000 (14:04 -0800)
committerGlenn Morris <rgm@gnu.org>
Sat, 22 Nov 2014 22:07:48 +0000 (14:07 -0800)
commit84e2f13cd50a7ef6af736559107f0a8e6bcec6c5
treec8b5f5424908cc820cc8e51c1669e889b15f3d7c
parent239cd5b62759b23020cb308d993b7e26933943d7
Further reduce number of versioned files storing Emacs version number.

* configure.ac (comma_version, comma_space_version) [mingw32]:
New output variables.
(nt/emacs.rc, nt/emacsclient.rc) [mingw32]: New output files.

* make-dist: Update nt/ for *.rc -> *.rc.in changes.

* nt/emacs.rc.in, nt/emacsclient.rc.in: Rename from nt/emacs.rc, emacsclient.rc.
Let configure generate the real files, and set the version numbers.

* lib-src/Makefile.in (emacsclient.res): Update deps for nt/emacsclient.rc
now being in the build directory, not the source directory.

* nt/Makefile.in (distclean): Delete *.rc.
(emacs.res): Update deps for nt/emacsclient.rc now being in the
build directory, not the source directory.

* admin/admin.el (set-version): No more need to update nt/*.rc.

* admin/authors.el (authors-renamed-files-alist): Add .rc.in files.
13 files changed:
ChangeLog
admin/ChangeLog
admin/admin.el
admin/authors.el
configure.ac
lib-src/ChangeLog
lib-src/Makefile.in
make-dist
nt/ChangeLog
nt/Makefile.in
nt/emacs.rc.in [new file with mode: 0644]
nt/emacsclient.rc.in [new file with mode: 0644]
src/Makefile.in