diff options
| author | Eric S. Raymond | 2014-01-08 19:10:07 -0500 |
|---|---|---|
| committer | Eric S. Raymond | 2014-01-08 19:10:07 -0500 |
| commit | 314668368cbc57a7096e7e89df8b697c00cba03b (patch) | |
| tree | 73b25f46a0459cddd8a9dfa1ba709a17f2188727 /nt | |
| parent | 0bfbd67ca346b1f8f9e3f9067bcaedb57f2a7169 (diff) | |
| download | emacs-314668368cbc57a7096e7e89df8b697c00cba03b.tar.gz emacs-314668368cbc57a7096e7e89df8b697c00cba03b.zip | |
Clean up unnecessary references to Bazaar. Documentation changes only.
Diffstat (limited to 'nt')
| -rw-r--r-- | nt/INSTALL | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/nt/INSTALL b/nt/INSTALL index 8fcd780df8b..088c5f9bc0d 100644 --- a/nt/INSTALL +++ b/nt/INSTALL | |||
| @@ -122,7 +122,7 @@ Windows 9X as well). | |||
| 122 | optional libraries near the end of this document, before you start | 122 | optional libraries near the end of this document, before you start |
| 123 | the build. Also, consider installing additional MinGW packages that | 123 | the build. Also, consider installing additional MinGW packages that |
| 124 | are required/recommended, especially if you are building from the | 124 | are required/recommended, especially if you are building from the |
| 125 | Bazaar repository, as described in the next section. | 125 | repository, as described in the next section. |
| 126 | 126 | ||
| 127 | ** Installing MinGW and MSYS manually | 127 | ** Installing MinGW and MSYS manually |
| 128 | 128 | ||
| @@ -166,7 +166,7 @@ Windows 9X as well). | |||
| 166 | been warned! | 166 | been warned! |
| 167 | 167 | ||
| 168 | Additional MinGW packages are required/recommended, especially if | 168 | Additional MinGW packages are required/recommended, especially if |
| 169 | you are building from the Bazaar repository: | 169 | you are building from the repository: |
| 170 | 170 | ||
| 171 | . Texinfo (needed to produce the Info manuals when building from | 171 | . Texinfo (needed to produce the Info manuals when building from |
| 172 | bzr, and for "make install") | 172 | bzr, and for "make install") |
| @@ -218,9 +218,9 @@ Windows 9X as well). | |||
| 218 | - mktemp | 218 | - mktemp |
| 219 | 219 | ||
| 220 | These should only be needed if you intend to build development | 220 | These should only be needed if you intend to build development |
| 221 | versions of Emacs from the Bazaar repository. | 221 | versions of Emacs from the repository. |
| 222 | 222 | ||
| 223 | . Additional packages (needed only if building from the Bazaar | 223 | . Additional packages (needed only if building from the |
| 224 | repository): Automake and Autoconf. They are available from | 224 | repository): Automake and Autoconf. They are available from |
| 225 | here: | 225 | here: |
| 226 | 226 | ||
| @@ -279,7 +279,7 @@ Windows 9X as well). | |||
| 279 | If you are building a release or pretest tarball, skip this section, | 279 | If you are building a release or pretest tarball, skip this section, |
| 280 | because the configure script is already present in the tarball. | 280 | because the configure script is already present in the tarball. |
| 281 | 281 | ||
| 282 | To build a development snapshot from the Emacs Bazaar repository, | 282 | To build a development snapshot from the Emacs repository, |
| 283 | you will first need to generate the configure script and a few other | 283 | you will first need to generate the configure script and a few other |
| 284 | auto-generated files. | 284 | auto-generated files. |
| 285 | 285 | ||
| @@ -449,7 +449,7 @@ Windows 9X as well). | |||
| 449 | * Make targets | 449 | * Make targets |
| 450 | 450 | ||
| 451 | The following make targets may be used by users building the source | 451 | The following make targets may be used by users building the source |
| 452 | distribution, or users who have checked out of Bazaar after | 452 | distribution, or users who have checked out of the repository after |
| 453 | an initial bootstrapping. | 453 | an initial bootstrapping. |
| 454 | 454 | ||
| 455 | make | 455 | make |
| @@ -471,7 +471,8 @@ Windows 9X as well). | |||
| 471 | necessary to run the configure script followed by "make", in order | 471 | necessary to run the configure script followed by "make", in order |
| 472 | to rebuild. | 472 | to rebuild. |
| 473 | 473 | ||
| 474 | The following targets are intended only for use with the Bazaar sources. | 474 | The following targets are intended only for use with the repository |
| 475 | sources. | ||
| 475 | 476 | ||
| 476 | make bootstrap | 477 | make bootstrap |
| 477 | Removes all the auto-generated files and all the *.elc byte-compiled | 478 | Removes all the auto-generated files and all the *.elc byte-compiled |
| @@ -481,7 +482,7 @@ Windows 9X as well). | |||
| 481 | 482 | ||
| 482 | make maintainer-clean | 483 | make maintainer-clean |
| 483 | Removes everything that can be recreated, including compiled Lisp | 484 | Removes everything that can be recreated, including compiled Lisp |
| 484 | files, to get back to the state of a fresh Bazaar tree. After make | 485 | files, to get back to the state of a fresh repository tree. After make |
| 485 | maintainer-clean, it is necessary to run configure and "make" or | 486 | maintainer-clean, it is necessary to run configure and "make" or |
| 486 | "make bootstrap" to rebuild. Occasionally it may be necessary to | 487 | "make bootstrap" to rebuild. Occasionally it may be necessary to |
| 487 | run this target after an update. | 488 | run this target after an update. |