]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: Fix doxygen generation to work with relative paths
authorJonathan Wakely <jwakely@redhat.com>
Tue, 19 Oct 2021 15:00:13 +0000 (16:00 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Tue, 19 Oct 2021 15:07:41 +0000 (16:07 +0100)
commit04d392e8430ca66a3f12b7db4f3cb84788269a48
treeed840b41c577299fe0d7f5c4d9fe1eba6f32a291
parentff0eec94e87dfb7dc387f120ca5ade2707aecf50
libstdc++: Fix doxygen generation to work with relative paths

In r12-826 I tried to remove some redundant steps from the doxygen
build, but they are needed when configure is run as a relative path. The
use of pwd is to resolve the relative path to an absolute one.

libstdc++-v3/ChangeLog:

* doc/Makefile.am (stamp-html-doxygen, stamp-html-doxygen)
(stamp-latex-doxygen, stamp-man-doxygen): Fix recipes for
relative ${top_srcdir}.
* doc/Makefile.in: Regenerate.
libstdc++-v3/doc/Makefile.am
libstdc++-v3/doc/Makefile.in