diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2023-03-13 10:30:47 +0000 |
---|---|---|
committer | Jonathan Wakely <jwakely@redhat.com> | 2023-03-13 10:39:38 +0000 |
commit | 6ba33b188984badf0fc93c34af4bb640d611bd5c (patch) | |
tree | 29e25041e2b3b045543583f4cf9d91017cc7a119 | |
parent | 97d4aaf19e9d55a6b2f85c67a875f865a473f584 (diff) | |
download | gcc-6ba33b188984badf0fc93c34af4bb640d611bd5c.zip gcc-6ba33b188984badf0fc93c34af4bb640d611bd5c.tar.gz gcc-6ba33b188984badf0fc93c34af4bb640d611bd5c.tar.bz2 |
libstdc++: Refer to documentation hacking docs from Makefile
libstdc++-v3/ChangeLog:
* doc/Makefile.am: Add comment referring to documentation.
* doc/Makefile.in: Regenerate.
-rw-r--r-- | libstdc++-v3/doc/Makefile.am | 2 | ||||
-rw-r--r-- | libstdc++-v3/doc/Makefile.in | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/libstdc++-v3/doc/Makefile.am b/libstdc++-v3/doc/Makefile.am index cc18b61..8371441 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 db5e81a..21ad855 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 |