libstdc++: Refer to documentation hacking docs from Makefile
authorJonathan Wakely <jwakely@redhat.com>
Mon, 13 Mar 2023 10:30:47 +0000 (10:30 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Mon, 13 Mar 2023 10:39:38 +0000 (10:39 +0000)
libstdc++-v3/ChangeLog:

* doc/Makefile.am: Add comment referring to documentation.
* doc/Makefile.in: Regenerate.

libstdc++-v3/doc/Makefile.am
libstdc++-v3/doc/Makefile.in

index cc18b61..8371441 100644 (file)
@@ -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
index db5e81a..21ad855 100644 (file)
@@ -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