aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
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.
272Regenerate the various manuals in manual/. 272Regenerate the various manuals in manual/.
273The scripts admin/make-manuals and admin/upload-manuals summarize the process. 273The scripts admin/make-manuals and admin/upload-manuals summarize the process.
274 274
275If you have Texinfo installed locally, make-manuals might fail if it
276cannot find epsf.tex. In that case define in the environment
277
278 TEXINPUTS=:/path/to/texinfo-tree/doc
279
280where /path/to/texinfo-tree is the absolute file name of the top-level
281directory where you have the Texinfo source tree. Then re-run
282make-manuals.
283
275Browsing <https://web.cvs.savannah.gnu.org/viewvc/?root=emacs> is one 284Browsing <https://web.cvs.savannah.gnu.org/viewvc/?root=emacs> is one
276way to check for any files that still need updating. 285way to check for any files that still need updating.