gcc/maintainer-scripts
Arsen Arsenović 0395e1364d
html: Set CONTENTS_OUTPUT_LOCATION=inline if makeinfo supports it
This flag allows us to restore old (pre-6.8) behavior of the
@{summary,}content commands, so that texi2any continues to emit
summarycontents first.

maintainer-scripts/ChangeLog:

	* update_web_docs_git: Set CONTENTS_OUTPUT_LOCATION=inline in
	order to put @shortcontents above contents.

gcc/ChangeLog:

	* configure.ac: Add check for the Texinfo 6.8
	CONTENTS_OUTPUT_LOCATION customization variable and set it if
	supported.
	* configure: Regenerate.
	* Makefile.in (MAKEINFO_TOC_INLINE_FLAG): New variable.  Set by
	configure.ac to -c CONTENTS_OUTPUT_LOCATION=inline if
	CONTENTS_OUTPUT_LOCATION support is detected, empty otherwise.
	($(build_htmldir)/%/index.html): Pass MAKEINFO_TOC_INLINE_FLAG.
2023-03-21 09:47:34 +01:00
..
branch_changer.py branch_changer: distinguish terminal output 2021-04-09 13:39:30 +02:00
bugzilla-close-candidate.py
ChangeLog Daily bump. 2023-03-17 00:17:03 +00:00
crontab Revert "sphinx: update crontab with new script" 2022-11-14 09:35:04 +01:00
gcc_release maintainer-scripts/gcc_release: compress xz in parallel 2022-11-23 09:53:48 +00:00
generate_libstdcxx_web_docs maintainer-scripts: Disable multilib when generating libstdc++ docs 2021-04-08 14:51:03 +01:00
maintainer-addresses
README
setup.cfg Modernize branch_changer.py script. 2021-04-08 14:45:01 +02:00
update_version_git maintainer-scripts: Use /sourceware/snapshot-tmp/gcc as temp directory if possible 2020-12-17 00:15:23 +01:00
update_web_docs_git html: Set CONTENTS_OUTPUT_LOCATION=inline if makeinfo supports it 2023-03-21 09:47:34 +01:00
update_web_docs_libstdcxx_git

This directory contains various files used by the gccadmin account on
gcc.gnu.org, mainly for automated tasks such as the daily update of
the date in gcc/DATESTAMP.  There isn't presently any scheme for files
checked in here to be automatically checked out and used by gccadmin,
so the files in Subversion and those used by gccadmin must be kept in
sync manually.