mirror of git://sourceware.org/git/glibc.git
Revert "Update install.texi for building manual in build dir"
This reverts commit0d80ac6813
. Reverting sincee3945c47bd
gets reverted as well.
This commit is contained in:
parent
0d80ac6813
commit
1261f5d10c
|
@ -1,8 +1,6 @@
|
||||||
2012-05-04 Andreas Jaeger <aj@suse.de>
|
2012-05-04 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
[BZ #13750]
|
[BZ #13750]
|
||||||
* manual/install.texi (Configuring and compiling): Adjust since
|
|
||||||
the info files are not part of the tar ball anymore.
|
|
||||||
* manual/.gitignore: Remove, it's not needed anymore.
|
* manual/.gitignore: Remove, it's not needed anymore.
|
||||||
* manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
|
* manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
|
||||||
all files in it.
|
all files in it.
|
||||||
|
|
|
@ -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.
|
These files must all contain correct and sensible content.
|
||||||
|
|
||||||
To format the @cite{GNU C Library Reference Manual} for printing, type
|
To format the @cite{GNU C Library Reference Manual} for printing, type
|
||||||
@w{@code{make dvi}}. You need a working @TeX{} installation to do
|
@w{@code{make dvi}}. You need a working @TeX{} installation to do this.
|
||||||
this. The distribution builds the on-line formatted version of the
|
The distribution already includes the on-line formatted version of the
|
||||||
manual, as Info files, as part of the build process. You can build
|
manual, as Info files. You can regenerate those with @w{@code{make
|
||||||
them manually with @w{@code{make info}}.
|
info}}, but it shouldn't be necessary.
|
||||||
|
|
||||||
The library has a number of special-purpose configuration parameters
|
The library has a number of special-purpose configuration parameters
|
||||||
which you can find in @file{Makeconfig}. These can be overwritten with
|
which you can find in @file{Makeconfig}. These can be overwritten with
|
||||||
|
|
Loading…
Reference in New Issue