diff options
author | Allan McRae <allan@archlinux.org> | 2013-12-19 11:53:22 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2013-12-19 11:54:06 +1000 |
commit | ee0a148a56083ed438ef2e6b312af38018643e7f (patch) | |
tree | 497d468df343951465e25d2702f7465e4af0cf3b /INSTALL | |
parent | 1f33d36a8a9e78c81bed59b47f260723f56bb7e6 (diff) | |
download | glibc-ee0a148a56083ed438ef2e6b312af38018643e7f.zip glibc-ee0a148a56083ed438ef2e6b312af38018643e7f.tar.gz glibc-ee0a148a56083ed438ef2e6b312af38018643e7f.tar.bz2 |
Stop partial menu generation in INSTALL file
The commit d136c6dc resulted in menu text for the "Top" node being added
to the INSTALL file on regeneration. As the full menu is not displayed
in the plain text file anyway, suppress the menu section completely to
avoid the additional text.
Also regenerate the INSTALL file to commit a small formatting change
introduced in the same commit.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -6,10 +6,10 @@ Before you do anything else, you should read the FAQ at and describes problems you may experience with compilation and installation. - Features can be added to the GNU C Library via "add-on" bundles. -These are separate tar files, which you unpack into the top level of -the source tree. Then you give `configure' the `--enable-add-ons' -option to activate them, and they will be compiled into the library. +Features can be added to the GNU C Library via "add-on" bundles. These +are separate tar files, which you unpack into the top level of the +source tree. Then you give `configure' the `--enable-add-ons' option +to activate them, and they will be compiled into the library. You will need recent versions of several GNU tools: definitely GCC and GNU Make, and possibly others. *Note Tools for Compilation::, |