diff options
| -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 |