public inbox for libstdc++@gcc.gnu.org
 help / color / mirror / Atom feed
From: Bruno Victal <mirai@makinata.eu>
To: gcc-patches@gcc.gnu.org
Cc: libstdc++@gcc.gnu.org, Bruno Victal <mirai@makinata.eu>
Subject: [PATCH 2/2] libstdc++: Update docbook xsl URI.
Date: Mon, 21 Aug 2023 21:34:03 +0100	[thread overview]
Message-ID: <450d112caf44c54f15107fa069934893d1c613d6.1692650021.git.mirai@makinata.eu> (raw)
In-Reply-To: <cover.1692649706.git.mirai@makinata.eu>

The URI for namespaced docbook-xsl was updated to reflect the current
DocBook upstream at <https://cdn.docbook.org/>.

libstdc++-v3/Changelog:
        * acinclude.m4: Update docbook xsl URI.
	* configure: Regenerate.
---
 libstdc++-v3/acinclude.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libstdc++-v3/acinclude.m4 b/libstdc++-v3/acinclude.m4
index b25378eaace..152811fd00d 100644
--- a/libstdc++-v3/acinclude.m4
+++ b/libstdc++-v3/acinclude.m4
@@ -604,7 +604,7 @@ dnl  XSL_STYLE_DIR
 dnl
 AC_DEFUN([GLIBCXX_CONFIGURE_DOCBOOK], [
 
-glibcxx_docbook_url=http://docbook.sourceforge.net/release/xsl-ns/current/
+glibcxx_docbook_url=http://cdn.docbook.org/release/xsl/current/
 
 AC_MSG_CHECKING([for local stylesheet directory])
 glibcxx_local_stylesheets=no
-- 
2.40.1


  parent reply	other threads:[~2023-08-21 20:34 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-21 20:31 [PATCH 0/2] libstdc++: Documentation fixes Bruno Victal
2023-08-21 20:34 ` [PATCH 1/2] libstdc++: Fix 'doc-install-info' rule Bruno Victal
2023-08-21 20:34 ` Bruno Victal [this message]
2023-08-21 20:40 ` [PATCH 0/2] libstdc++: Documentation fixes Jonathan Wakely
2023-09-07 16:54   ` Jonathan Wakely

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=450d112caf44c54f15107fa069934893d1c613d6.1692650021.git.mirai@makinata.eu \
    --to=mirai@makinata.eu \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=libstdc++@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).