From: Jonathan Wakely Date: Mon, 13 Mar 2023 10:30:47 +0000 (+0000) Subject: libstdc++: Refer to documentation hacking docs from Makefile X-Git-Tag: basepoints/gcc-14~579 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ba33b188984badf0fc93c34af4bb640d611bd5c;p=thirdparty%2Fgcc.git libstdc++: Refer to documentation hacking docs from Makefile libstdc++-v3/ChangeLog: * doc/Makefile.am: Add comment referring to documentation. * doc/Makefile.in: Regenerate. --- diff --git a/libstdc++-v3/doc/Makefile.am b/libstdc++-v3/doc/Makefile.am index cc18b61cf551..8371441c62e1 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 db5e81a7d609..21ad8557f7a8 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