> From: Gavin Smith <[email protected]> > Date: Thu, 22 Jan 2026 17:57:08 +0000 > Cc: [email protected], [email protected] > > On Thu, Jan 22, 2026 at 03:50:07PM +0200, Eli Zaretskii wrote: > > I attach the patch as a binary attachment, to avoid mangling of the > > end-of-line format of the batch file. In any case, when you commit > > the changes, please verify that the manual-not-found.cmd file has > > Windows-style CRLF end-of-line format. (The Windows shell on recent > > Windows systems is fine with batch files with Unix-style EOLs, but > > better be safe than sorry.) > > > > Thanks, I've tried to apply this patch carefully so that the CRLF line > endings were not lost. (I needed to run "git diff | cat -v" as the > "less" pager seems to hide the ^M at end of line with whatever options > git runs it with.)
It seems okay, at least 'file' says it has CRLF end-of-lines. > I had to make a minor change to the Makefile.am so that the new files > would go into the tar distribution file. Right, I forgot about EXTRA_DIST.
