diff options
author | Ken Raeburn <raeburn@raeburn.org> | 2010-05-15 17:12:44 -0400 |
---|---|---|
committer | Ken Raeburn <raeburn@raeburn.org> | 2010-05-15 17:12:44 -0400 |
commit | e45b9e19390a085528f1fc643e8cc1800599ee5f (patch) | |
tree | 9e57b9d6239c4b685edc7d9366d66c8d227260e5 /admin/make-tarball.txt | |
parent | 8c5ff6dd241db176fb178b4d84dbab93ad2475c9 (diff) | |
download | emacs-e45b9e19390a085528f1fc643e8cc1800599ee5f.tar.gz |
Update scripts and text to refer to version number string in emacs.c
instead of version.el.
Diffstat (limited to 'admin/make-tarball.txt')
-rw-r--r-- | admin/make-tarball.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/make-tarball.txt b/admin/make-tarball.txt index 9979aa03ca6..f685dd5e50f 100644 --- a/admin/make-tarball.txt +++ b/admin/make-tarball.txt @@ -31,7 +31,7 @@ For each step, check for possible errors. make bootstrap 6. Commit configure, README, doc/emacs/emacs.texi, - doc/lispref/elisp.texi, etc/AUTHORS, lisp/version.el, nt/emacs.rc, + doc/lispref/elisp.texi, etc/AUTHORS, src/emacs.c, nt/emacs.rc, and lisp/cus-edit.el (if modified). Copy lisp/loaddefs.el to lisp/ldefs-boot.el and commit lisp/ldefs-boot.el. For a release, also commit the ChangeLog files in all directories. |