diff options
| author | Po Lu | 2023-02-19 22:41:42 +0800 |
|---|---|---|
| committer | Po Lu | 2023-02-19 22:41:42 +0800 |
| commit | e5232fc0e508464533f783d6c03bf1aec29a58e5 (patch) | |
| tree | 042fac18d2bc683e4e9171e9461cca7ea8de67a5 /admin | |
| parent | 05791d09f65ebefdf00bf5711845b5ed6cf37e07 (diff) | |
| parent | 34f44ae07e0a3ba7ae43d79ab71b03795cb4acf5 (diff) | |
| download | emacs-e5232fc0e508464533f783d6c03bf1aec29a58e5.tar.gz emacs-e5232fc0e508464533f783d6c03bf1aec29a58e5.zip | |
Merge remote-tracking branch 'origin/master' into feature/android
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/make-tarball.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/admin/make-tarball.txt b/admin/make-tarball.txt index 45da3ed6be5..232053e5e96 100644 --- a/admin/make-tarball.txt +++ b/admin/make-tarball.txt | |||
| @@ -150,10 +150,11 @@ General steps (for each step, check for possible errors): | |||
| 150 | 4. autoreconf -i -I m4 --force | 150 | 4. autoreconf -i -I m4 --force |
| 151 | make bootstrap | 151 | make bootstrap |
| 152 | 152 | ||
| 153 | The below script checks for any mistakes in the source text of | ||
| 154 | manual pages. Fix any errors and re-run the script to verify. | ||
| 155 | |||
| 153 | ./admin/check-man-pages | 156 | ./admin/check-man-pages |
| 154 | 157 | ||
| 155 | The above script checks for any mistakes in the source text of | ||
| 156 | manual pages. Fix any errors and re-run the script to verify. | ||
| 157 | Then do this: | 158 | Then do this: |
| 158 | 159 | ||
| 159 | make -C etc/refcards | 160 | make -C etc/refcards |