From: Eli Zaretskii Date: Sat, 31 Mar 2018 07:56:26 +0000 (+0300) Subject: ; * admin/make-tarball.txt: Fix whitespace. X-Git-Tag: emacs-27.0.90~5358 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=406cfd0a866778230dc40a0d803bb75f63e5c08c;p=emacs.git ; * admin/make-tarball.txt: Fix whitespace. --- diff --git a/admin/make-tarball.txt b/admin/make-tarball.txt index 19edeb79e62..bdf7b8ce04d 100644 --- a/admin/make-tarball.txt +++ b/admin/make-tarball.txt @@ -209,14 +209,14 @@ manual/html_node directory, delete any old manual pages that are no longer present. Tar up the generated html_node/emacs/ and elisp/ directories and update -the files manual/elisp.html_node.tar.gz and emacs.html_node.tar.gz. +the files manual/elisp.html_node.tar.gz and emacs.html_node.tar.gz. Use GNU Tar as follows so that the tarballs are reproducible: -cd manual -tar='tar --numeric-owner --owner=0 --group=0 --mode=go+u,go-w --sort=name' -gzip='gzip --best --no-name' -$tar -cf - html_node/emacs | $gzip >emacs.html_node.tar.gz -$tar -cf - html_node/elisp | $gzip >elisp.html_node.tar.gz + cd manual + tar='tar --numeric-owner --owner=0 --group=0 --mode=go+u,go-w --sort=name' + gzip='gzip --best --no-name' + $tar -cf - html_node/emacs | $gzip >emacs.html_node.tar.gz + $tar -cf - html_node/elisp | $gzip >elisp.html_node.tar.gz Use M-x make-manuals-dist from admin/admin.el to update the manual/*.tar files. @@ -224,11 +224,11 @@ manual/*.tar files. Add compressed copies of the main info pages from the tarfile to manual/info/ as follows: -cd manual -mkdir info -gzip --best --no-name <../info/eintr.info >info/eintr.info.gz -gzip --best --no-name <../info/elisp.info >info/elisp.info.gz -gzip --best --no-name <../info/emacs.info >info/emacs.info.gz + cd manual + mkdir info + gzip --best --no-name <../info/eintr.info >info/eintr.info.gz + gzip --best --no-name <../info/elisp.info >info/elisp.info.gz + gzip --best --no-name <../info/emacs.info >info/emacs.info.gz FIXME: The above instructions are not quite complete, as they do not specify how to copy the generated files in the 'manual' directory to