r277399 - in /branches/gcc-8-branch/libstdc++-v...

redi@gcc.gnu.org redi@gcc.gnu.org
Thu Oct 24 14:13:00 GMT 2019


Author: redi
Date: Thu Oct 24 14:13:43 2019
New Revision: 277399

URL: https://gcc.gnu.org/viewcvs?rev=277399&root=gcc&view=rev
Log:
Add makefile target to update HTML files in source tree

Also remove the creation of the html/ext sub-directory, which has been
unused since revision r245258.

Backport from mainline
2019-10-08  Jonathan Wakely  <jwakely@redhat.com>

	* doc/Makefile.am (doc-html-docbook-regenerate): New target.
	(${docbook_outdir}/html): Do not create unused 'html/ext' directory.
	* doc/Makefile.in: Regenerate.
	* doc/xml/manual/documentation_hacking.xml: Document new target.
	* doc/html/*: Regenerate.

Modified:
    branches/gcc-8-branch/libstdc++-v3/ChangeLog
    branches/gcc-8-branch/libstdc++-v3/doc/Makefile.am
    branches/gcc-8-branch/libstdc++-v3/doc/Makefile.in
    branches/gcc-8-branch/libstdc++-v3/doc/html/manual/documentation_hacking.html
    branches/gcc-8-branch/libstdc++-v3/doc/html/manual/memory.html
    branches/gcc-8-branch/libstdc++-v3/doc/xml/manual/documentation_hacking.xml



More information about the Libstdc++-cvs mailing list