RE: [PATCH] cobol/119302 - transform gcobol.3 name during install, install as gcobol-io.3

2025-04-15 Thread Robert Dubner
> -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

[PATCH] cobol/119302 - transform gcobol.3 name during install, install as gcobol-io.3

2025-04-15 Thread Richard Biener
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

Re: [PATCH] cobol/119302 - transform gcobol.3 name during install

2025-04-05 Thread Richard Biener
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_

[PATCH] cobol/119302 - transform gcobol.3 name during install

2025-03-15 Thread Richard Biener
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