From: Eli Zaretskii Date: Fri, 26 Mar 2021 06:37:56 +0000 (+0300) Subject: ; * admin/make-tarball.txt: Minor addition to the Web pages section. X-Git-Tag: emacs-28.0.90~3098^2~1 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bf6442fafd;p=emacs.git ; * admin/make-tarball.txt: Minor addition to the Web pages section. --- 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 is one way to check for any files that still need updating.