]> git.ipfire.org Git - thirdparty/gcc.git/commit
cobol/119302 - transform gcobol.3 name during install, install as gcobol-io.3
authorRichard Biener <rguenther@suse.de>
Sat, 15 Mar 2025 14:56:49 +0000 (15:56 +0100)
committerRichard Biener <rguenth@gcc.gnu.org>
Tue, 15 Apr 2025 17:31:42 +0000 (19:31 +0200)
commit248e228fecdfb68833481eff8c3c0c7aa9703a8d
tree8ffa55b3453c108503fdcfa13211b8ca7e6444c4
parent4a01869b963520d689fe9242cf2ff24984ea41d8
cobol/119302 - transform gcobol.3 name during install, install as gcobol-io.3

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.

PR cobol/119302
gcc/cobol/
* Make-lang.in (GCOBOLIO_INSTALL_NAME): Define.
Use $(GCOBOLIO_INSTALL_NAME) for gcobol.3 manpage source
upon install.
gcc/cobol/Make-lang.in