This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch, master, updated. glibc-2.15-735-g0d80ac6


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  0d80ac6813e3bf21fad6d87202e9efe6d0c17a82 (commit)
      from  e3945c47bdac1149a1fec5d46bd567a248cd17b9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=0d80ac6813e3bf21fad6d87202e9efe6d0c17a82

commit 0d80ac6813e3bf21fad6d87202e9efe6d0c17a82
Author: Andreas Jaeger <aj@suse.de>
Date:   Fri May 4 13:28:33 2012 +0200

    Update install.texi for building manual in build dir

diff --git a/ChangeLog b/ChangeLog
index 38ed06c..9a94c11 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
 2012-05-04  Andreas Jaeger  <aj@suse.de>
 
 	[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/libc-texinfo.sh: Pass OUTDIR as extra argument, create
 	all files in it.
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

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog           |    2 ++
 manual/install.texi |    8 ++++----
 2 files changed, 6 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]