emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 406cfd0 3/3: ; * admin/make-tarball.txt: Fix whites


From: Eli Zaretskii
Subject: [Emacs-diffs] master 406cfd0 3/3: ; * admin/make-tarball.txt: Fix whitespace.
Date: Sat, 31 Mar 2018 03:57:03 -0400 (EDT)

branch: master
commit 406cfd0a866778230dc40a0d803bb75f63e5c08c
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    ; * admin/make-tarball.txt: Fix whitespace.
---
 admin/make-tarball.txt | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/admin/make-tarball.txt b/admin/make-tarball.txt
index 19edeb7..bdf7b8c 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]