[PATCH 0/2] libstdc++: Documentation fixes.

2023-08-21 Thread Bruno Victal
This small patch-series fixes the 'doc-install-info' rule and updates the URI used for docbook-xsl. Bruno Victal (2): libstdc++: Fix 'doc-install-info' rule. libstdc++: Update docbook xsl URI. libstdc++-v3/acinclude.m4| 2 +- libstdc++-v3/doc/Makefile.am | 4 ++--

[PATCH 2/2] libstdc++: Update docbook xsl URI.

2023-08-21 Thread Bruno Victal
The URI for namespaced docbook-xsl was updated to reflect the current DocBook upstream at . libstdc++-v3/Changelog: * acinclude.m4: Update docbook xsl URI. * configure: Regenerate. --- libstdc++-v3/acinclude.m4 | 2 +- 1 file changed, 1 insertion(+), 1 de

[PATCH 1/2] libstdc++: Fix 'doc-install-info' rule.

2023-08-21 Thread Bruno Victal
The info manual isn't moved to the expected location after generation which causes the install rule for it to fail. libstdc++-v3/Changelog: * doc/Makefile.in: Regenerate. * doc/Makefile.am: Fix 'doc-install-info' rule. Fix typo in commment. --- libstdc++-v3/doc/Makefile.a