This is the mail archive of the libc-alpha@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]

Re: [PATCH] Fix INSTALL description for modified files in source dir


On Fri, May 18, 2012 at 11:14 AM, Andreas Jaeger <aj@suse.de> wrote:
>
> We're not touching the manual source dir anymore, so let's fix the
> instructions.
>
> Tested with make info. ?Ok to commit?
>
> Andreas
>
> 2012-05-18 ?Andreas Jaeger ?<aj@suse.de>
>
> ? ? ? ?* manual/install.texi (Configuring and compiling): Update
> ? ? ? ?description on files modified in the source directory.
> ? ? ? ?* INSTALL: Regenerated.
>
> diff --git a/manual/install.texi b/manual/install.texi
> index 3b6c1ed..a5ba7e5 100644
> --- a/manual/install.texi
> +++ b/manual/install.texi
> @@ -51,7 +51,8 @@ $ ../glibc-@var{version}/configure @var{args@dots{}}
>
> ?Please note that even though you're building in a separate build
> ?directory, the compilation needs to modify a few files in the source
> -directory, especially some files in the manual subdirectory.
> +directory, especially creating the directory autom4te.cache and
> +creating .mo files in the po directory.

How about?

Please note that even though you're building in a separate build
directory, the compilation may need to create or modify files and
directories in the source directory, including creating the directory
@file{autom4te.cache} or creating @file{.mo} files in the @file{po}
directory.

Cheers,
Carlos.


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