aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorGlenn Morris2020-11-13 09:00:26 -0800
committerGlenn Morris2020-11-13 09:00:26 -0800
commita32fd9f64d06ccd07a9beaf6d6f1283f7a80edac (patch)
treef442201f09831daa1ef03c4cfd6ab7050ec7958c /admin
parent15035e7fc807cbc2693e3f7cdd818eb1aa282cd2 (diff)
parenta3d316bbb7b432e21def2bdcee58bf36ca73bd75 (diff)
downloademacs-a32fd9f64d06ccd07a9beaf6d6f1283f7a80edac.tar.gz
emacs-a32fd9f64d06ccd07a9beaf6d6f1283f7a80edac.zip
Merge from origin/emacs-27
a3d316bbb7 (origin/emacs-27) Update information about refcards f43e9ad524 Avoid crashes in the daemon due to user interaction
Diffstat (limited to 'admin')
-rw-r--r--admin/make-tarball.txt12
-rw-r--r--admin/release-process5
2 files changed, 11 insertions, 6 deletions
diff --git a/admin/make-tarball.txt b/admin/make-tarball.txt
index 64c61705f4c..2c81a49e096 100644
--- a/admin/make-tarball.txt
+++ b/admin/make-tarball.txt
@@ -87,10 +87,14 @@ General steps (for each step, check for possible errors):
87 make -C etc/refcards 87 make -C etc/refcards
88 make -C etc/refcards clean 88 make -C etc/refcards clean
89 89
90 If some of the non-English etc/refcards fail to build, you 90 If some of the etc/refcards, especially the non-English ones, fail
91 probably need to install some TeX foreign language packages. 91 to build, you probably need to install some TeX/LaTeX packages, in
92 For more information, search for the string "refcard" in the file 92 particular for foreign language support. For more information,
93 admin/release-process. 93 search for the string "refcard" in the file admin/release-process.
94
95 (ru-refcard causes numerous "Underfull hbox" and "Overfull hbox"
96 messages from TeX, but those seem to be harmless, as the result
97 looks just fine.)
94 98
955. Copy lisp/loaddefs.el to lisp/ldefs-boot.el. 995. Copy lisp/loaddefs.el to lisp/ldefs-boot.el.
96 100
diff --git a/admin/release-process b/admin/release-process
index 4d973d33610..ef698f51666 100644
--- a/admin/release-process
+++ b/admin/release-process
@@ -179,8 +179,9 @@ What paper size are the English versions supposed to be on?
179On Debian testing, the packages texlive-lang-czechslovak and 179On Debian testing, the packages texlive-lang-czechslovak and
180texlive-lang-polish will let you generate the cs-* and sk-* pdfs. 180texlive-lang-polish will let you generate the cs-* and sk-* pdfs.
181(You may need texlive-lang-cyrillic, texlive-lang-german, 181(You may need texlive-lang-cyrillic, texlive-lang-german,
182and texlive-fonts-extra for others.) On Fedora-like systems, 182and texlive-fonts-extra for others.) Gnus refcards need
183texlive-lh may help. 183texlive-latex-extra and/or texlive-latex-recommended. On Fedora-like
184systems, texlive-lh may help.
184 185
185** Ask maintainers of refcard translations to update them. 186** Ask maintainers of refcard translations to update them.
186 187