1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

; * admin/make-tarball.txt: Fix typo and add details.

This commit is contained in:
Eli Zaretskii 2025-08-14 15:13:07 +03:00
parent 34f35407eb
commit c17168ebed

View file

@ -388,9 +388,9 @@ add the new NEWS file as news/NEWS.xx.y
Copy new etc/MACHINES to MACHINES and CONTRIBUTE to CONTRIBUTE Copy new etc/MACHINES to MACHINES and CONTRIBUTE to CONTRIBUTE
For every new release, a banner is displayed on top of the emacs.html For every new release, a banner is displayed on top of the emacs.html
page. Uncomment and the release banner in emacs.html. Keep it on the page. Uncomment the release banner in emacs.html. Keep it on the page
page for about a month, then comment it again. The new release banner for about a month, then comment it again. The new release banner looks
looks like this: like this:
<div class="release-banner"> <div class="release-banner">
<div class="container"> <div class="container">
@ -398,6 +398,16 @@ looks like this:
</div> </div>
</div> </div>
Add the information about the new release in the "Releases" section of
emacs.html, which begins like this:
<div class="releases">
<div class="container">
<!-- NOTE: There is no need to keep more than the two most recent -->
<!-- major versions here. -->
<h2 id="Releases">
Also, make sure the copyright years at the bottom of emacs.html are Also, make sure the copyright years at the bottom of emacs.html are
up-to-date. up-to-date.