aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorMichael Albinus2025-08-16 13:35:50 +0200
committerMichael Albinus2025-08-16 13:35:50 +0200
commit4cb84d3a786630db4565e5f856b206fc458fe4da (patch)
tree8d0ed16a013f798c02dd81e33032ae8974bc94e2 /admin
parent8a6fdffed29c8db91a60ce6cb1ff6c232e1f7ec4 (diff)
parentf8a206937c9f548bd810153bf29f4f4a32d84c95 (diff)
downloademacs-4cb84d3a786630db4565e5f856b206fc458fe4da.tar.gz
emacs-4cb84d3a786630db4565e5f856b206fc458fe4da.zip
Merge from origin/emacs-30
f8a206937c9 executable-interpret: Handle remote file names c17168ebed9 ; * admin/make-tarball.txt: Fix typo and add details.
Diffstat (limited to 'admin')
-rw-r--r--admin/make-tarball.txt16
1 files changed, 13 insertions, 3 deletions
diff --git a/admin/make-tarball.txt b/admin/make-tarball.txt
index 22e76a0ac2e..61d19e54b8e 100644
--- a/admin/make-tarball.txt
+++ b/admin/make-tarball.txt
@@ -388,9 +388,9 @@ add the new NEWS file as news/NEWS.xx.y
388Copy new etc/MACHINES to MACHINES and CONTRIBUTE to CONTRIBUTE 388Copy new etc/MACHINES to MACHINES and CONTRIBUTE to CONTRIBUTE
389 389
390For every new release, a banner is displayed on top of the emacs.html 390For every new release, a banner is displayed on top of the emacs.html
391page. Uncomment and the release banner in emacs.html. Keep it on the 391page. Uncomment the release banner in emacs.html. Keep it on the page
392page for about a month, then comment it again. The new release banner 392for about a month, then comment it again. The new release banner looks
393looks like this: 393like this:
394 394
395 <div class="release-banner"> 395 <div class="release-banner">
396 <div class="container"> 396 <div class="container">
@@ -398,6 +398,16 @@ looks like this:
398 </div> 398 </div>
399 </div> 399 </div>
400 400
401Add the information about the new release in the "Releases" section of
402emacs.html, which begins like this:
403
404 <div class="releases">
405 <div class="container">
406 <!-- NOTE: There is no need to keep more than the two most recent -->
407 <!-- major versions here. -->
408
409 <h2 id="Releases">
410
401Also, make sure the copyright years at the bottom of emacs.html are 411Also, make sure the copyright years at the bottom of emacs.html are
402up-to-date. 412up-to-date.
403 413