diff options
| author | Paul Eggert | 2018-04-01 14:16:48 -0700 |
|---|---|---|
| committer | Paul Eggert | 2018-04-01 14:17:07 -0700 |
| commit | 7bedc8812bd7ca1d9cf36636322068b28b690a85 (patch) | |
| tree | 9e136aa20715d80067ad021c4deaa0ee1668e8f1 /admin | |
| parent | 88843a45fe41c0e2312b774816bc815253751ab4 (diff) | |
| download | emacs-7bedc8812bd7ca1d9cf36636322068b28b690a85.tar.gz emacs-7bedc8812bd7ca1d9cf36636322068b28b690a85.zip | |
Further improve advice in make-tarball.txt
See comments by Glenn Morris in:
https://lists.gnu.org/r/emacs-devel/2018-03/msg00968.html
* admin/make-tarball.txt: Bring back refcard advice.
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/make-tarball.txt | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/admin/make-tarball.txt b/admin/make-tarball.txt index f9ad21709d3..9b9c96425af 100644 --- a/admin/make-tarball.txt +++ b/admin/make-tarball.txt | |||
| @@ -87,6 +87,11 @@ General steps (for each step, check for possible errors): | |||
| 87 | make -C etc/refcards | 87 | make -C etc/refcards |
| 88 | make -C etc/refcards clean | 88 | make -C etc/refcards clean |
| 89 | 89 | ||
| 90 | If etc/refcards does not build you may need to downgrade or | ||
| 91 | upgrade your TeX installation, or do that part of the build by | ||
| 92 | hand. For clues, search for the string "refcard" in the file | ||
| 93 | admin/release-process. | ||
| 94 | |||
| 90 | 5. Copy lisp/loaddefs.el to lisp/ldefs-boot.el. | 95 | 5. Copy lisp/loaddefs.el to lisp/ldefs-boot.el. |
| 91 | 96 | ||
| 92 | Commit ChangeLog.N, etc/AUTHORS, lisp/ldefs-boot.el, and the | 97 | Commit ChangeLog.N, etc/AUTHORS, lisp/ldefs-boot.el, and the |
| @@ -231,11 +236,16 @@ as follows: | |||
| 231 | gzip --best --no-name <../info/elisp.info >info/elisp.info.gz | 236 | gzip --best --no-name <../info/elisp.info >info/elisp.info.gz |
| 232 | gzip --best --no-name <../info/emacs.info >info/emacs.info.gz | 237 | gzip --best --no-name <../info/emacs.info >info/emacs.info.gz |
| 233 | 238 | ||
| 239 | Update the refcards/pdf/ and ps/ directories, and also | ||
| 240 | refcards/emacs-refcards.tar.gz (use make -C etc/refcards pdf ps dist). | ||
| 241 | |||
| 234 | FIXME: The above instructions are not quite complete, as they do not | 242 | FIXME: The above instructions are not quite complete, as they do not |
| 235 | specify how to copy the generated files in the 'manual' directory to | 243 | specify the manual procuedure used to copy the generated files in the |
| 236 | the corresponding web files. Also, they are missing some files, e.g., | 244 | 'manual' directory to the corresponding web files, and to cvs remove |
| 245 | and add files as needed. Also, they are missing some files, e.g., | ||
| 237 | they generate manual/html_mono/ada-mode.html but do not generate the | 246 | they generate manual/html_mono/ada-mode.html but do not generate the |
| 238 | top-level ada-mode.html file for the one-node-per-page version. | 247 | top-level ada-mode.html file for the one-node-per-page version; this |
| 248 | is currently done by hand. | ||
| 239 | 249 | ||
| 240 | Browsing <https://web.cvs.savannah.gnu.org/viewvc/?root=emacs> is one | 250 | Browsing <https://web.cvs.savannah.gnu.org/viewvc/?root=emacs> is one |
| 241 | way to check for any files that still need updating. | 251 | way to check for any files that still need updating. |