[committed] libstdc++: Refer to documentation hacking docs from Makefile

Message ID 20230313104607.2545130-1-jwakely@redhat.com
State Repeat Merge
Headers
Series [committed] libstdc++: Refer to documentation hacking docs from Makefile |

Checks

Context Check Description
snail/gcc-patch-check warning Git am fail log

Commit Message

Jonathan Wakely March 13, 2023, 10:46 a.m. UTC
  I've pushed this to trunk, so that it's easier to find the docs on
maintaining the docs.

-- >8 --

pick fdcba7a9088 libstdc++: Update copyright year in FAQ
pick 6d8325681ef libstdc++: Regenerate HTML docs
libstdc++-v3/ChangeLog:

	* doc/Makefile.am: Add comment referring to documentation.
	* doc/Makefile.in: Regenerate.
---
 libstdc++-v3/doc/Makefile.am | 2 ++
 libstdc++-v3/doc/Makefile.in | 2 ++
 2 files changed, 4 insertions(+)
  

Patch

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