Re: Do not require ABOUT-NLS in source directory

2024-10-21 Thread Gavin Smith
On Sun, Oct 20, 2024 at 03:35:01PM -0600, Karl Berry wrote: > automake: require ABOUT-NLS only at gnits > > Thanks Gavin (and Bruno). I pushed the change to automake. -k Thank you!

Re: Do not require ABOUT-NLS in source directory

2024-10-20 Thread Karl Berry
automake: require ABOUT-NLS only at gnits Thanks Gavin (and Bruno). I pushed the change to automake. -k

Re: Do not require ABOUT-NLS in source directory

2024-10-20 Thread Bruno Haible via Discussion list for automake
Gavin Smith wrote: > Here's an amended version with an amended commit message: Thanks. OK with me. I'll then update the gettext documentation. Bruno

Re: Do not require ABOUT-NLS in source directory

2024-10-20 Thread Gavin Smith
On Sun, Oct 20, 2024 at 09:01:03PM +0200, Bruno Haible wrote: > > Hence, please consider this patch to automake to remove ABOUT-NLS as > > a requirement. > > I disagree with the patch. I could agree if you remove it when Automake > option 'gnu' is in use (since the GNU Coding Standards don't requi

Re: Do not require ABOUT-NLS in source directory

2024-10-20 Thread Bruno Haible via Discussion list for automake
Hi Gavin, Gavin Smith wrote: > The "gettextize" program from gettext installs a file ABOUT-NLS, > ... > Users are unlikely ever to look at this file I disagree. It is in the top-level directory, precisely so that users easily see it. > and it is pointless clutter > in a directory listing. If th