From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1851) id 698F33858C62; Wed, 9 Nov 2022 18:39:56 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 698F33858C62 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1668019196; bh=1rFaalpG54WBt4Tg9W86N/IHuTzfzHfKQdfv8mqHRjA=; h=To:Subject:Date:From:From; b=c6byTl6MrBp8NlZTJyn4jAqneSuBn7NTwh41ZmQkKiNaNhIohz+PCJZlw/TkK3Pys jfoHVb6e1LfL+34Bj37+RiwN0rPEGVA2radu5+Eb4z1GU5luJMSN8JDQEbh/HehH+Z v89PjTJ9HV8nCqliG2ryf4BfMCG7Ef/i1T25qLi0= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. f99e457c14cdd68eca8c66b7806cb24aed5dc245 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: be113c1029ada7ea77012635a5ff531f9673a704 X-Git-Newrev: f99e457c14cdd68eca8c66b7806cb24aed5dc245 Message-Id: <20221109183956.698F33858C62@sourceware.org> Date: Wed, 9 Nov 2022 18:39:56 +0000 (GMT) From: Martin Liska List-Id: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs". The branch, master has been updated via f99e457c14cdd68eca8c66b7806cb24aed5dc245 (commit) from be113c1029ada7ea77012635a5ff531f9673a704 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f99e457c14cdd68eca8c66b7806cb24aed5dc245 Author: Martin Liska Date: Wed Nov 9 19:39:08 2022 +0100 Include docs-sources in onlinedocs. diff --git a/htdocs/onlinedocs/index.html b/htdocs/onlinedocs/index.html index cfa8bf5a..3410f731 100644 --- a/htdocs/onlinedocs/index.html +++ b/htdocs/onlinedocs/index.html @@ -1610,6 +1610,7 @@ existing release.

(also in PDF)
  • libstdc++-v3
  • +
  • Sphinx sources of all the manuals
  • Internals Documentation ----------------------------------------------------------------------- Summary of changes: htdocs/onlinedocs/index.html | 1 + 1 file changed, 1 insertion(+) hooks/post-receive -- gcc-wwwdocs