diff options
author | Andreas Jaeger <aj@suse.de> | 2012-05-04 13:28:33 +0200 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2012-05-04 13:28:33 +0200 |
commit | 0d80ac6813e3bf21fad6d87202e9efe6d0c17a82 (patch) | |
tree | 0e1b22becb91e03597e26a6dc521a16f6a52bc4e /manual/install.texi | |
parent | e3945c47bdac1149a1fec5d46bd567a248cd17b9 (diff) | |
download | glibc-0d80ac6813e3bf21fad6d87202e9efe6d0c17a82.zip glibc-0d80ac6813e3bf21fad6d87202e9efe6d0c17a82.tar.gz glibc-0d80ac6813e3bf21fad6d87202e9efe6d0c17a82.tar.bz2 |
Update install.texi for building manual in build dir
Diffstat (limited to 'manual/install.texi')
-rw-r--r-- | manual/install.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/manual/install.texi b/manual/install.texi index d2663f3..9918425 100644 --- a/manual/install.texi +++ b/manual/install.texi @@ -203,10 +203,10 @@ system such as @file{/etc/passwd}, @file{/etc/nsswitch.conf} and others. These files must all contain correct and sensible content. To format the @cite{GNU C Library Reference Manual} for printing, type -@w{@code{make dvi}}. You need a working @TeX{} installation to do this. -The distribution already includes the on-line formatted version of the -manual, as Info files. You can regenerate those with @w{@code{make -info}}, but it shouldn't be necessary. +@w{@code{make dvi}}. You need a working @TeX{} installation to do +this. The distribution builds the on-line formatted version of the +manual, as Info files, as part of the build process. You can build +them manually with @w{@code{make info}}. The library has a number of special-purpose configuration parameters which you can find in @file{Makeconfig}. These can be overwritten with |