]> git.eshelyaron.com Git - emacs.git/commitdiff
; * admin/make-tarball.txt: Minor addition to the Web pages section.
authorEli Zaretskii <eliz@gnu.org>
Fri, 26 Mar 2021 06:37:56 +0000 (09:37 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 26 Mar 2021 06:38:38 +0000 (09:38 +0300)
admin/make-tarball.txt

index 2268579f152882ea8d7b3e16c9cccab01f290142..fd63b7501b917d918ace9b7eb36a7c4433d89530 100644 (file)
@@ -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.