Re: Weird paragraph breaks in makeinfo man page

2021-12-19 Thread Gavin Smith
On Sun, Dec 05, 2021 at 04:38:37AM -0500, Alfred M. Szmidt wrote:
> This should probobly fix it, untested.
> 
> 2021-12-05  Alfred M. Szmidt  
> 
>   * tp/texi2any.pl (makeinfo_help) <--output>: Fix indentation.
> 
> diff --git a/tp/texi2any.pl b/tp/texi2any.pl
> index fa7cc7a42a..391d5f8fe4 100755
> --- a/tp/texi2any.pl
> +++ b/tp/texi2any.pl
> @@ -663,10 +663,10 @@ the behavior is identical, and does not depend on the 
> installed name.\n")
>  default is on.
>-o, --output=DEST   output to DEST.
>  With split output, create DEST as a directory
> - and put the output files there.
> +and put the output files there.
>  With non-split output, if DEST is already
> - a directory or ends with a /,
> - put the output file there.
> +a directory or ends with a /,
> +put the output file there.
>  Otherwise, DEST names the output file.\n")
>  ."\n";
># TODO: avoid \n in translated strings, split each option in a translatable
> 

Thank you both; I have committed a fix in commit 540d4ad001.  This commit
also splits that part of the usage message up so that each part can be
translated separately.



Re: Weird paragraph breaks in makeinfo man page

2021-12-05 Thread Alfred M. Szmidt
This should probobly fix it, untested.

2021-12-05  Alfred M. Szmidt  

* tp/texi2any.pl (makeinfo_help) <--output>: Fix indentation.

diff --git a/tp/texi2any.pl b/tp/texi2any.pl
index fa7cc7a42a..391d5f8fe4 100755
--- a/tp/texi2any.pl
+++ b/tp/texi2any.pl
@@ -663,10 +663,10 @@ the behavior is identical, and does not depend on the 
installed name.\n")
 default is on.
   -o, --output=DEST   output to DEST.
 With split output, create DEST as a directory
- and put the output files there.
+and put the output files there.
 With non-split output, if DEST is already
- a directory or ends with a /,
- put the output file there.
+a directory or ends with a /,
+put the output file there.
 Otherwise, DEST names the output file.\n")
 ."\n";
   # TODO: avoid \n in translated strings, split each option in a translatable



Weird paragraph breaks in makeinfo man page

2021-12-04 Thread 積丹尼 Dan Jacobson
Weird paragraph breaks in man page:
$ man makeinfo

   -o, --output=DEST
  output to DEST.  With split output, create DEST as a directory

   and put the output files there.
  With non-split output, if DEST is already

   a directory or ends with a /,
  put the output file there.

  Otherwise, DEST names the output file.

$ makeinfo --version
texi2any (GNU texinfo) 6.8