diff options
Diffstat (limited to 'admin/admin.el')
| -rw-r--r-- | admin/admin.el | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/admin/admin.el b/admin/admin.el index 9bf503ef142..f7b915509fb 100644 --- a/admin/admin.el +++ b/admin/admin.el | |||
| @@ -28,10 +28,6 @@ | |||
| 28 | 28 | ||
| 29 | (defvar add-log-time-format) ; in add-log | 29 | (defvar add-log-time-format) ; in add-log |
| 30 | 30 | ||
| 31 | ;; Does this information need to be in every ChangeLog, as opposed to | ||
| 32 | ;; just the top-level one? Only if you allow changes the same | ||
| 33 | ;; day as the release. | ||
| 34 | ;; http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00161.html | ||
| 35 | (defun add-release-logs (root version &optional date) | 31 | (defun add-release-logs (root version &optional date) |
| 36 | "Add \"Version VERSION released.\" change log entries in ROOT. | 32 | "Add \"Version VERSION released.\" change log entries in ROOT. |
| 37 | Root must be the root of an Emacs source tree. | 33 | Root must be the root of an Emacs source tree. |
| @@ -601,7 +597,7 @@ style=\"text-align:left\">") | |||
| 601 | (copy-file "../doc/misc/texinfo.tex" stem) | 597 | (copy-file "../doc/misc/texinfo.tex" stem) |
| 602 | (or (equal type "emacs") (copy-file "../doc/emacs/emacsver.texi" stem)) | 598 | (or (equal type "emacs") (copy-file "../doc/emacs/emacsver.texi" stem)) |
| 603 | (dolist (file (directory-files (format "../doc/%s" type) t)) | 599 | (dolist (file (directory-files (format "../doc/%s" type) t)) |
| 604 | (if (or (string-match-p "\\(\\.texi\\'\\|/ChangeLog\\|/README\\'\\)" file) | 600 | (if (or (string-match-p "\\(\\.texi\\'\\|/README\\'\\)" file) |
| 605 | (and (equal type "lispintro") | 601 | (and (equal type "lispintro") |
| 606 | (string-match-p "\\.\\(eps\\|pdf\\)\\'" file))) | 602 | (string-match-p "\\.\\(eps\\|pdf\\)\\'" file))) |
| 607 | (copy-file file stem))) | 603 | (copy-file file stem))) |