]> git.eshelyaron.com Git - emacs.git/commitdiff
; * admin/make-tarball.txt: Fix whitespace.
authorEli Zaretskii <eliz@gnu.org>
Sat, 31 Mar 2018 07:56:26 +0000 (10:56 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 31 Mar 2018 07:56:26 +0000 (10:56 +0300)
admin/make-tarball.txt

index 19edeb79e620c433d79e20733c1ea41508254cb3..bdf7b8ce04d4f92d44f54e2fa8e71e1b7c0a03c6 100644 (file)
@@ -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