From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2181) id C8A673858438; Mon, 13 Mar 2023 10:42:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C8A673858438 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1678704150; bh=gEveN9j+HLsqWr45QKCg+tohTJxybVhXAnj/F+3FiTM=; h=From:To:Subject:Date:From; b=WfBl/rZ+VEghSIIFG53Ygn6qsGVpFJnQn04+8w2l+09g5/cYT1tkOurfkTIeqxZnW rKEbUNZV6cAq/CChkeq2/xbN+OdcvbCT+ae1VtRyrniFnH3Y1HSsESoowp1rModUuc meHEi9g0alV13rzDhj/f3LmDPSBB3D0gM/WwU0Qs= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Jonathan Wakely To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org Subject: [gcc r13-6628] libstdc++: Refer to documentation hacking docs from Makefile X-Act-Checkin: gcc X-Git-Author: Jonathan Wakely X-Git-Refname: refs/heads/master X-Git-Oldrev: 97d4aaf19e9d55a6b2f85c67a875f865a473f584 X-Git-Newrev: 6ba33b188984badf0fc93c34af4bb640d611bd5c Message-Id: <20230313104230.C8A673858438@sourceware.org> Date: Mon, 13 Mar 2023 10:42:30 +0000 (GMT) List-Id: https://gcc.gnu.org/g:6ba33b188984badf0fc93c34af4bb640d611bd5c commit r13-6628-g6ba33b188984badf0fc93c34af4bb640d611bd5c Author: Jonathan Wakely Date: Mon Mar 13 10:30:47 2023 +0000 libstdc++: Refer to documentation hacking docs from Makefile libstdc++-v3/ChangeLog: * doc/Makefile.am: Add comment referring to documentation. * doc/Makefile.in: Regenerate. Diff: --- libstdc++-v3/doc/Makefile.am | 2 ++ libstdc++-v3/doc/Makefile.in | 2 ++ 2 files changed, 4 insertions(+) diff --git a/libstdc++-v3/doc/Makefile.am b/libstdc++-v3/doc/Makefile.am index cc18b61cf55..8371441c62e 100644 --- a/libstdc++-v3/doc/Makefile.am +++ b/libstdc++-v3/doc/Makefile.am @@ -24,6 +24,8 @@ include $(top_srcdir)/fragment.am # Documentation Overview # +# See ./xml/manual/documentation_hacking.xml for full details. +# # There are two main input materials for libstdc++ documentation. # The first is the doxygen markup in libstdc++ sources, which is a # reference to the API. And the second is the manual, via docbook markup in diff --git a/libstdc++-v3/doc/Makefile.in b/libstdc++-v3/doc/Makefile.in index db5e81a7d60..21ad8557f7a 100644 --- a/libstdc++-v3/doc/Makefile.in +++ b/libstdc++-v3/doc/Makefile.in @@ -393,6 +393,8 @@ AM_CPPFLAGS = $(GLIBCXX_INCLUDES) $(CPPFLAGS) # Documentation Overview # +# See ./xml/manual/documentation_hacking.xml for full details. +# # There are two main input materials for libstdc++ documentation. # The first is the doxygen markup in libstdc++ sources, which is a # reference to the API. And the second is the manual, via docbook markup in