> -Original Message-
> From: Richard Biener
> Sent: Tuesday, April 15, 2025 13:10
> To: gcc-patches@gcc.gnu.org
> Cc: Jakub Jelinek ; rdub...@symas.com
> Subject: [PATCH] cobol/119302 - transform gcobol.3 name during install,
> install as gcobol-io.3
>
> The
The following installs gcobol.3 as gcobol-io.3 and applies
program-transform-name to the gcobol-io part. This follows
naming of the pdf and the html variants.
It also uses $(man1ext) and $(man3ext) consistently.
Built and installed on x86_64-unknown-linux-gnu.
OK?
Thanks,
Richard.
PR c
On Sat, 15 Mar 2025, Richard Biener wrote:
>
> I do wonder, since gcobol.3 documents parts of the libgcobol API(?),
> whether it should be named libgcobol.3 instead though?
Ping?
> OK?
>
> Thanks,
> Richard.
>
> PR cobol/119302
> gcc/cobol/
> * Make-lang.in: Use $(GCOBOL_INSTALL_
I do wonder, since gcobol.3 documents parts of the libgcobol API(?),
whether it should be named libgcobol.3 instead though?
OK?
Thanks,
Richard.
PR cobol/119302
gcc/cobol/
* Make-lang.in: Use $(GCOBOL_INSTALL_NAME) for gcobol.3 manpage
upon install.
---
gcc/cobol/Make