libstdc++: Refer to documentation hacking docs from Makefile
libstdc++-v3/ChangeLog: * doc/Makefile.am: Add comment referring to documentation. * doc/Makefile.in: Regenerate.
This commit is contained in:
parent
97d4aaf19e
commit
6ba33b1889
2 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue