aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorGlenn Morris2021-04-25 09:16:09 -0700
committerGlenn Morris2021-04-25 09:16:09 -0700
commit6dabbddb5fc2a605bd23b3460d791b8e63bcf8f7 (patch)
tree77bbc2a404b34b8f3a1d733fa64ececabb3d358c /admin
parent6f9180ecb6cc681fdc55ec7cea80c5d9140e152c (diff)
parent7d5b973959d2ab056f685996ca156bf42b742dc6 (diff)
downloademacs-6dabbddb5fc2a605bd23b3460d791b8e63bcf8f7.tar.gz
emacs-6dabbddb5fc2a605bd23b3460d791b8e63bcf8f7.zip
Merge from origin/emacs-27
7d5b973959 (origin/emacs-27) * doc/misc/cl.texi (For Clauses): Minor ... 4570781f8d ; * doc/lispref/files.texi (Directory Names): Add missing ... 1b52fd538d Minor update for make-tarball.txt 8efb8491b2 * doc/misc/cl.texi (Iteration Clauses): fix `never' clause... 0873134682 ; Fix Texinfo in last change to minibuf.texi. cad8913c89 Improve filling-related documentation 2b7eed23eb ; * doc/lispref/keymaps.texi (Easy Menu): Fix typo. 47fc92cefc Fix reference to "yanking" in the main Emacs manual 1789dcdb35 Improve documentation of 'map-y-or-n-p'
Diffstat (limited to 'admin')
-rw-r--r--admin/make-tarball.txt14
1 files changed, 11 insertions, 3 deletions
diff --git a/admin/make-tarball.txt b/admin/make-tarball.txt
index c2078955336..2f763a5f937 100644
--- a/admin/make-tarball.txt
+++ b/admin/make-tarball.txt
@@ -259,8 +259,9 @@ General steps (for each step, check for possible errors):
259 259
260UPDATING THE EMACS WEB PAGES AFTER A RELEASE 260UPDATING THE EMACS WEB PAGES AFTER A RELEASE
261 261
262As soon as possible after a release, the Emacs web pages should be updated. 262As soon as possible after a release, the Emacs web pages at
263(See admin/notes/www for general information.) 263https://www.gnu.org/software/emacs/ should be updated. (See
264admin/notes/www for general information.)
264 265
265The pages to update are: 266The pages to update are:
266 267
@@ -270,7 +271,14 @@ add the new NEWS file as news/NEWS.xx.y
270 271
271For every new release, a banner is displayed on top of the emacs.html 272For every new release, a banner is displayed on top of the emacs.html
272page. Uncomment and the release banner in emacs.html. Keep it on the 273page. Uncomment and the release banner in emacs.html. Keep it on the
273page for about a month, then comment it again. 274page for about a month, then comment it again. The new release banner
275looks like this:
276
277 <div class="release-banner">
278 <div class="container">
279 <h2><em>Emacs 27.1 is out</em>, download it <a href="download.html">here</a>!</h2>
280 </div>
281 </div>
274 282
275Regenerate the various manuals in manual/. 283Regenerate the various manuals in manual/.
276The scripts admin/make-manuals and admin/upload-manuals summarize the process. 284The scripts admin/make-manuals and admin/upload-manuals summarize the process.