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-lang.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gcc/cobol/Make-lang.in b/gcc/cobol/Make-lang.in
index 650b695e7ef..1030c200302 100644
--- a/gcc/cobol/Make-lang.in
+++ b/gcc/cobol/Make-lang.in
@@ -290,7 +290,7 @@ cobol.install-common: installdirs
cobol.install-man: installdirs
$(INSTALL_DATA) $(srcdir)/cobol/gcobol.1
$(DESTDIR)$(man1dir)/$(GCOBOL_INSTALL_NAME)$(man1ext)
- $(INSTALL_DATA) $(srcdir)/cobol/gcobol.3 $(DESTDIR)$(man3dir)/
+ $(INSTALL_DATA) $(srcdir)/cobol/gcobol.3
$(DESTDIR)$(man3dir)/$(GCOBOL_INSTALL_NAME)$(man3ext)
cobol.install-info:
--
2.43.0