aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorEli Zaretskii2018-03-31 10:56:26 +0300
committerEli Zaretskii2018-03-31 10:56:26 +0300
commit406cfd0a866778230dc40a0d803bb75f63e5c08c (patch)
tree3091e99af60a2cf9fa5552bf765838fcf5655a1f /admin
parent8f746914214f19fe7eaad15e03923aca8667b87f (diff)
downloademacs-406cfd0a866778230dc40a0d803bb75f63e5c08c.tar.gz
emacs-406cfd0a866778230dc40a0d803bb75f63e5c08c.zip
; * admin/make-tarball.txt: Fix whitespace.
Diffstat (limited to 'admin')
-rw-r--r--admin/make-tarball.txt22
1 files changed, 11 insertions, 11 deletions
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
209longer present. 209longer present.
210 210
211Tar up the generated html_node/emacs/ and elisp/ directories and update 211Tar up the generated html_node/emacs/ and elisp/ directories and update
212the files manual/elisp.html_node.tar.gz and emacs.html_node.tar.gz. 212the files manual/elisp.html_node.tar.gz and emacs.html_node.tar.gz.
213Use GNU Tar as follows so that the tarballs are reproducible: 213Use GNU Tar as follows so that the tarballs are reproducible:
214 214
215cd manual 215 cd manual
216tar='tar --numeric-owner --owner=0 --group=0 --mode=go+u,go-w --sort=name' 216 tar='tar --numeric-owner --owner=0 --group=0 --mode=go+u,go-w --sort=name'
217gzip='gzip --best --no-name' 217 gzip='gzip --best --no-name'
218$tar -cf - html_node/emacs | $gzip >emacs.html_node.tar.gz 218 $tar -cf - html_node/emacs | $gzip >emacs.html_node.tar.gz
219$tar -cf - html_node/elisp | $gzip >elisp.html_node.tar.gz 219 $tar -cf - html_node/elisp | $gzip >elisp.html_node.tar.gz
220 220
221Use M-x make-manuals-dist from admin/admin.el to update the 221Use M-x make-manuals-dist from admin/admin.el to update the
222manual/*.tar files. 222manual/*.tar files.
@@ -224,11 +224,11 @@ manual/*.tar files.
224Add compressed copies of the main info pages from the tarfile to manual/info/ 224Add compressed copies of the main info pages from the tarfile to manual/info/
225as follows: 225as follows:
226 226
227cd manual 227 cd manual
228mkdir info 228 mkdir info
229gzip --best --no-name <../info/eintr.info >info/eintr.info.gz 229 gzip --best --no-name <../info/eintr.info >info/eintr.info.gz
230gzip --best --no-name <../info/elisp.info >info/elisp.info.gz 230 gzip --best --no-name <../info/elisp.info >info/elisp.info.gz
231gzip --best --no-name <../info/emacs.info >info/emacs.info.gz 231 gzip --best --no-name <../info/emacs.info >info/emacs.info.gz
232 232
233FIXME: The above instructions are not quite complete, as they do not 233FIXME: The above instructions are not quite complete, as they do not
234specify how to copy the generated files in the 'manual' directory to 234specify how to copy the generated files in the 'manual' directory to