summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2021-03-26 09:37:56 +0300
committerEli Zaretskii <eliz@gnu.org>2021-03-26 09:38:38 +0300
commitbf6442fafddf7228362975bd16286c68ee5ce85b (patch)
treef41981e9f8c11285b706dad3201e30a92655bc29 /admin
parent38b127d32efe39e4ffb2bdd9d43e9f3c517afd8f (diff)
downloademacs-bf6442fafddf7228362975bd16286c68ee5ce85b.tar.gz
; * admin/make-tarball.txt: Minor addition to the Web pages section.
Diffstat (limited to 'admin')
-rw-r--r--admin/make-tarball.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/admin/make-tarball.txt b/admin/make-tarball.txt
index 2268579f152..fd63b7501b9 100644
--- a/admin/make-tarball.txt
+++ b/admin/make-tarball.txt
@@ -272,5 +272,14 @@ page for about a month, then comment it again.
Regenerate the various manuals in manual/.
The scripts admin/make-manuals and admin/upload-manuals summarize the process.
+If you have Texinfo installed locally, make-manuals might fail if it
+cannot find epsf.tex. In that case define in the environment
+
+ TEXINPUTS=:/path/to/texinfo-tree/doc
+
+where /path/to/texinfo-tree is the absolute file name of the top-level
+directory where you have the Texinfo source tree. Then re-run
+make-manuals.
+
Browsing <https://web.cvs.savannah.gnu.org/viewvc/?root=emacs> is one
way to check for any files that still need updating.