Skip to content
Snippets Groups Projects
  1. Apr 20, 2023
  2. Mar 21, 2023
    • Arsen Arsenović's avatar
      html: Set CONTENTS_OUTPUT_LOCATION=inline if makeinfo supports it · 0395e136
      Arsen Arsenović authored
      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.
      0395e136
    • Arsen Arsenović's avatar
      update_web_docs_git: Update CSS reference to new manual CSS · 27334ebe
      Arsen Arsenović authored
      maintainer-scripts/ChangeLog:
      
      	* update_web_docs_git (CSS): Update CSS reference to point to
      	/texinfo-manuals.css.
      27334ebe
  3. Mar 16, 2023
  4. Nov 30, 2022
  5. Jul 28, 2022
  6. Mar 12, 2020
  7. Jan 13, 2020
    • Joseph Myers's avatar
      Replace update_web_docs_svn with update_web_docs_git. · 33742a0a
      Joseph Myers authored
      This patch replaces the update_web_docs_svn script, that updates
      online documentation from its sources in the GCC repository, run once
      a day from cron, with update_web_docs_git.
      
      	* update_web_docs_git: New file.
      	* update_web_docs_svn: Remove.
      	* crontab: Use update_web_docs_svn.
      33742a0a
  8. Aug 04, 2019
  9. Feb 28, 2017
    • Gerald Pfeifer's avatar
      update_web_docs_svn: Remove a reference to GCC 3.1. · b54f986e
      Gerald Pfeifer authored
      	* update_web_docs_svn: Remove a reference to GCC 3.1.  Describe   
      	settings to tweak if running on a host different from gcc.gnu.org.
      	(WWWBASE): Allow override via the environment.  Also check for
      	existance.
      
      From-SVN: r245774
      b54f986e
  10. Feb 07, 2017
  11. Sep 04, 2016
  12. Feb 25, 2015
  13. Feb 06, 2015
    • David Malcolm's avatar
      Fix 404 in "Show Source" in jit docs · 9baa38b7
      David Malcolm authored
      maintainer-scripts/ChangeLog:
      	PR jit/64257
      	* update_web_docs_svn: When copying up files for the built jit
      	documentation, also copy up .txt files.
      
      From-SVN: r220479
      9baa38b7
  14. Feb 04, 2015
    • David Malcolm's avatar
      More fixes for update_web_docs_svn for jit docs (PR jit/64257) · a4be4e91
      David Malcolm authored
      gcc/jit/ChangeLog:
      	PR jit/64257
      	* docs/conf.py (html_theme): Change from 'pyramid'
      	to 'sphinxdoc'.
      
      maintainer-scripts/ChangeLog:
      	PR jit/64257
      	* update_web_docs_svn: Update build of jit docs to use EPEL6
      	variant install of sphinx 1.0.8, rather than 0.6.6.
      
      From-SVN: r220412
      a4be4e91
  15. Jan 27, 2015
    • David Malcolm's avatar
      update_web_docs_svn: support the JIT documentation · 5a28932a
      David Malcolm authored
      maintainer-scripts/ChangeLog:
      	* update_web_docs_svn: Don't delete gcc/jit/docs or
      	gcc/jit/jit-common.h, gcc/jit/notes.txt. Special case the
      	building of the JIT docs (using sphinx-build).  Special case
      	copying them up.
      
      From-SVN: r220149
      5a28932a
  16. Aug 01, 2014
  17. Dec 02, 2013
  18. Nov 21, 2011
  19. Feb 07, 2011
  20. Dec 18, 2010
  21. Dec 08, 2010
  22. Jun 24, 2010
  23. Oct 10, 2009
  24. Apr 23, 2009
  25. Apr 08, 2009
  26. Jul 04, 2008
    • Joseph Myers's avatar
      crontab: Remove 4.1 snapshots job. · f47687a1
      Joseph Myers authored
      	* crontab: Remove 4.1 snapshots job.
      	* update_version: Remove.
      	* gcc_release: Remove support for g77 and release status in
      	version.c.
      	* update_version_svn: Ignore 4.1 branch.  Remove support for
      	updating files other than DATESTAMP.
      	* update_web_docs_svn: Remove support for g77 manual.
      
      From-SVN: r137462
      f47687a1
  27. Aug 21, 2007
    • Paul Brook's avatar
      configure.ac: Add --with-pkgversion and --with-bugurl. · 2f41c1d6
      Paul Brook authored
      
      gcc:
      2007-08-21  Paul Brook  <paul@codesourcery.com>
      	    Nathan Sidwell  <nathan@codesourcery.com>
      	    Mark Mitchell  <mark@codesourcery.com>
      	    Joseph Myers  <joseph@codesourcery.com>
      
      	* configure.ac: Add --with-pkgversion and --with-bugurl.
      	* configure: Regenerate.
      	* doc/install.texi: Document them.
      	* version.c (version_string): Remove VERSUFFIX.
      	(VERSUFFIX): Remove.
      	(pkgversion_string): New.
      	(bug_report_url): Do not hard-code initializer.
      	* version.h (pkgversion_string): Declare.
      	* Makefile.in (PKGVERSION_s, BUGURL_s, PKGVERSION, BUGURL_TEXI):
      	Define.
      	(version.o): Define PKGVERSION and BUGURL.
      	(gcc-vers.texi): Define VERSION_PACKAGE and BUGURL.
      	(%.pod): Define BUGURL.
      	* gcc.c (process_command, main): Use pkgversion_string.
      	* toplev.c (compile_file, print_version): Likewise.
      	* protoize.c (main): Likewise.
      	* gcov.c (print_version): Likewise.  Update copyright date.
      	* gcov-dump.c (print_version): Likewise.  Update copyright date.
      	* mips-tdump.c (main): Likewise.  Update copyright date.
      	* mips-tfile.c (main): Likewise.  Update copyright date.
      	* doc/include/gcc-common.texi: Include VERSION_PACKAGE as subtitle.
      	* doc/bugreport.texi: Use BUGURL for bug-reporting instructions;
      	shorten description.
      	* doc/gcc.texi: Include VERSION_PACKAGE in version description.
      	* doc/gccint.texi: Likewise.
      	* doc/invoke.texi: Use BUGURL for bug-reporting instructions.
      	Update copyright date.
      
      gcc/fortran:
      2007-08-21  Paul Brook  <paul@codesourcery.com>
      	    Nathan Sidwell  <nathan@codesourcery.com>
      	    Mark Mitchell  <mark@codesourcery.com>
      	    Joseph Myers  <joseph@codesourcery.com>
      
      	* gfortranspec.c (lang_specific_driver): Use pkgversion_string.
      	* Make-lang.in (gfortran.pod): Define BUGURL.
      	* invoke.texi: Use BUGURL for bug-reporting instructions.
      
      gcc/java:
      2007-08-21  Paul Brook  <paul@codesourcery.com>
      	    Nathan Sidwell  <nathan@codesourcery.com>
      	    Mark Mitchell  <mark@codesourcery.com>
      	    Joseph Myers  <joseph@codesourcery.com>
      
      	* jcf-dump.c (version): Use pkgversion_string.  Update copyright
      	date.
      
      gcc/treelang:
      2007-08-21  Paul Brook  <paul@codesourcery.com>
      	    Nathan Sidwell  <nathan@codesourcery.com>
      	    Mark Mitchell  <mark@codesourcery.com>
      	    Joseph Myers  <joseph@codesourcery.com>
      
      	* tree1.c (treelang_handle_option): Use pkgversion_string.
      	* treelang.texi (which-treelang): Define to use VERSION_PACKAGE.
      
      maintainer-scripts:
      2007-08-21  Paul Brook  <paul@codesourcery.com>
      	    Nathan Sidwell  <nathan@codesourcery.com>
      	    Mark Mitchell  <mark@codesourcery.com>
      	    Joseph Myers  <joseph@codesourcery.com>
      
      	* gcc_release: Do not include copies of bugs.html in releases.
      	* update_web_docs_svn: Set VERSION_PACKAGE and BUGURL in
      	gcc-vers.texi.
      
      Co-Authored-By: default avatarJoseph Myers <joseph@codesourcery.com>
      Co-Authored-By: default avatarMark Mitchell <mark@codesourcery.com>
      Co-Authored-By: default avatarNathan Sidwell <nathan@codesourcery.com>
      
      From-SVN: r127667
      2f41c1d6
  28. Jul 06, 2007
  29. Apr 01, 2007
  30. Mar 31, 2007
  31. Jan 20, 2007
  32. Dec 16, 2005
  33. Oct 29, 2005
  34. Oct 17, 2005
Loading