diff options
| author | Eli Zaretskii | 2018-03-31 10:56:26 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2018-03-31 10:56:26 +0300 |
| commit | 406cfd0a866778230dc40a0d803bb75f63e5c08c (patch) | |
| tree | 3091e99af60a2cf9fa5552bf765838fcf5655a1f /admin | |
| parent | 8f746914214f19fe7eaad15e03923aca8667b87f (diff) | |
| download | emacs-406cfd0a866778230dc40a0d803bb75f63e5c08c.tar.gz emacs-406cfd0a866778230dc40a0d803bb75f63e5c08c.zip | |
; * admin/make-tarball.txt: Fix whitespace.
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/make-tarball.txt | 22 |
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 | |||
| 209 | longer present. | 209 | longer present. |
| 210 | 210 | ||
| 211 | Tar up the generated html_node/emacs/ and elisp/ directories and update | 211 | Tar up the generated html_node/emacs/ and elisp/ directories and update |
| 212 | the files manual/elisp.html_node.tar.gz and emacs.html_node.tar.gz. | 212 | the files manual/elisp.html_node.tar.gz and emacs.html_node.tar.gz. |
| 213 | Use GNU Tar as follows so that the tarballs are reproducible: | 213 | Use GNU Tar as follows so that the tarballs are reproducible: |
| 214 | 214 | ||
| 215 | cd manual | 215 | cd manual |
| 216 | tar='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' |
| 217 | gzip='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 | ||
| 221 | Use M-x make-manuals-dist from admin/admin.el to update the | 221 | Use M-x make-manuals-dist from admin/admin.el to update the |
| 222 | manual/*.tar files. | 222 | manual/*.tar files. |
| @@ -224,11 +224,11 @@ manual/*.tar files. | |||
| 224 | Add compressed copies of the main info pages from the tarfile to manual/info/ | 224 | Add compressed copies of the main info pages from the tarfile to manual/info/ |
| 225 | as follows: | 225 | as follows: |
| 226 | 226 | ||
| 227 | cd manual | 227 | cd manual |
| 228 | mkdir info | 228 | mkdir info |
| 229 | gzip --best --no-name <../info/eintr.info >info/eintr.info.gz | 229 | gzip --best --no-name <../info/eintr.info >info/eintr.info.gz |
| 230 | gzip --best --no-name <../info/elisp.info >info/elisp.info.gz | 230 | gzip --best --no-name <../info/elisp.info >info/elisp.info.gz |
| 231 | gzip --best --no-name <../info/emacs.info >info/emacs.info.gz | 231 | gzip --best --no-name <../info/emacs.info >info/emacs.info.gz |
| 232 | 232 | ||
| 233 | FIXME: The above instructions are not quite complete, as they do not | 233 | FIXME: The above instructions are not quite complete, as they do not |
| 234 | specify how to copy the generated files in the 'manual' directory to | 234 | specify how to copy the generated files in the 'manual' directory to |