diff options
author | Andreas Jaeger <aj@suse.de> | 2012-05-14 21:45:48 +0200 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2012-05-14 22:01:08 +0200 |
commit | 6a4888ffd67163b589e602d62ca6330a608d8b89 (patch) | |
tree | 0c0a35db72928c17eded23c800a8c91742618782 /manual/install.texi | |
parent | b8caea2cb90092ba8ecd3274898f227bbe2d305d (diff) | |
download | glibc-6a4888ffd67163b589e602d62ca6330a608d8b89.tar.gz glibc-6a4888ffd67163b589e602d62ca6330a608d8b89.tar.xz glibc-6a4888ffd67163b589e602d62ca6330a608d8b89.zip |
Do not build manual in source dir
[BZ #13750] Do not build manual anymore in the source dir. Also clean up the Makefile and remove rules that have been used previously when we had a stand-alone Makefile which was obsoleted recently.
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 d2663f3d99..9918425a49 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 |