diff options
| author | Glenn Morris | 2021-04-25 09:16:09 -0700 |
|---|---|---|
| committer | Glenn Morris | 2021-04-25 09:16:09 -0700 |
| commit | 6dabbddb5fc2a605bd23b3460d791b8e63bcf8f7 (patch) | |
| tree | 77bbc2a404b34b8f3a1d733fa64ececabb3d358c /admin | |
| parent | 6f9180ecb6cc681fdc55ec7cea80c5d9140e152c (diff) | |
| parent | 7d5b973959d2ab056f685996ca156bf42b742dc6 (diff) | |
| download | emacs-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.txt | 14 |
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 | ||
| 260 | UPDATING THE EMACS WEB PAGES AFTER A RELEASE | 260 | UPDATING THE EMACS WEB PAGES AFTER A RELEASE |
| 261 | 261 | ||
| 262 | As soon as possible after a release, the Emacs web pages should be updated. | 262 | As soon as possible after a release, the Emacs web pages at |
| 263 | (See admin/notes/www for general information.) | 263 | https://www.gnu.org/software/emacs/ should be updated. (See |
| 264 | admin/notes/www for general information.) | ||
| 264 | 265 | ||
| 265 | The pages to update are: | 266 | The pages to update are: |
| 266 | 267 | ||
| @@ -270,7 +271,14 @@ add the new NEWS file as news/NEWS.xx.y | |||
| 270 | 271 | ||
| 271 | For every new release, a banner is displayed on top of the emacs.html | 272 | For every new release, a banner is displayed on top of the emacs.html |
| 272 | page. Uncomment and the release banner in emacs.html. Keep it on the | 273 | page. Uncomment and the release banner in emacs.html. Keep it on the |
| 273 | page for about a month, then comment it again. | 274 | page for about a month, then comment it again. The new release banner |
| 275 | looks 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 | ||
| 275 | Regenerate the various manuals in manual/. | 283 | Regenerate the various manuals in manual/. |
| 276 | The scripts admin/make-manuals and admin/upload-manuals summarize the process. | 284 | The scripts admin/make-manuals and admin/upload-manuals summarize the process. |