diff options
| author | Eli Zaretskii | 2023-07-30 12:19:32 -0400 |
|---|---|---|
| committer | Eli Zaretskii | 2023-07-30 12:19:32 -0400 |
| commit | 1198cdb55673d5f5545ee0ec9008b9832b830f06 (patch) | |
| tree | 0a4db545f64735ba6255b9a050b31e07b552f1cd /admin | |
| parent | 23fc4793001e4de920bb8dae280133f4467a7797 (diff) | |
| parent | 2b8796eea1979fe6891ab9d80cd126fe8980167a (diff) | |
| download | emacs-1198cdb55673d5f5545ee0ec9008b9832b830f06.tar.gz emacs-1198cdb55673d5f5545ee0ec9008b9832b830f06.zip | |
Merge branch 'emacs-29' of git.sv.gnu.org:/srv/git/emacs into emacs-29
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/make-tarball.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/admin/make-tarball.txt b/admin/make-tarball.txt index 1cc97c883af..fddf8444067 100644 --- a/admin/make-tarball.txt +++ b/admin/make-tarball.txt | |||
| @@ -426,6 +426,13 @@ Now change to the 'manual' directory and invoke upload-manuals: | |||
| 426 | If upload-manuals fails, resolve the problems and re-invoke it. | 426 | If upload-manuals fails, resolve the problems and re-invoke it. |
| 427 | This requires running make-manuals again, since upload-manuals | 427 | This requires running make-manuals again, since upload-manuals |
| 428 | destructively modifies the 'manual' directory where you invoke it. | 428 | destructively modifies the 'manual' directory where you invoke it. |
| 429 | |||
| 430 | If new files fail to be "cvs add"ed, they need to be manually | ||
| 431 | removed from under /path/to/webpages/cvs/checkout before retrying | ||
| 432 | upload-manuals, because if they exist, they will not be handled as | ||
| 433 | "new" files, and will not be "cvs add"ed by the next run of the | ||
| 434 | script. | ||
| 435 | |||
| 429 | Also, upload-manuals invokes "cvs commit -f", so if you run it | 436 | Also, upload-manuals invokes "cvs commit -f", so if you run it |
| 430 | several times, some files will be committed more than once even | 437 | several times, some files will be committed more than once even |
| 431 | though they were not changed in-between. Suck it up. | 438 | though they were not changed in-between. Suck it up. |