- Mar 16, 2023
-
-
Gaius Mulley authored
maintainer-scripts/ChangeLog: * update_web_docs_git (MANUALS): Add gm2. Add include path for gm2 manual.
-
Gerald Pfeifer authored
The URL where to report bugs is hard coded in two places; abstract that into one variable, defined up front. maintainer-scripts/ChangeLog: * update_web_docs_git (BUGURL): Introduce and use throughout.
-
- Nov 30, 2022
-
-
Iain Buclaw authored
So that it's built and uploaded to gcc.gnu.org/onlinedocs. PR web/107749 maintainer-scripts/ChangeLog: * update_web_docs_git: Add gdc to MANUALS.
-
- Jul 28, 2022
-
-
Martin Liska authored
maintainer-scripts/ChangeLog: * update_web_docs_git: Use sphinx-build from a venv so that we can use a recent version.
-
- Mar 12, 2020
-
-
Jakub Jelinek authored
scripts/update_web_docs_git -r 9.3.0 -d gcc-9.3.0 failed after the sourceware upgrade, there is no python-sphinx10 package and python3-sphinx is new enough that the docs build succeeded. 2020-03-12 Jakub Jelinek <jakub@redhat.com> * update_web_docs_git: Drop SPHINXBUILD=/usr/bin/sphinx-1.0-build.
-
- Jan 13, 2020
-
-
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.
-
- Aug 04, 2019
-
-
David Malcolm authored
* update_web_docs_svn: Proceed even if the invocation of sphinx fails. From-SVN: r274099
-
- Feb 28, 2017
-
-
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
-
- Feb 07, 2017
-
-
Gerald Pfeifer authored
From-SVN: r245260
-
- Sep 04, 2016
-
-
Gerald Pfeifer authored
* update_web_docs_svn (CSS): Introduce. Have generated files refer to it. From-SVN: r239980
-
- Feb 25, 2015
-
-
Arnaud Charlet authored
From-SVN: r220973
-
Arnaud Charlet authored
From-SVN: r220972
-
Arnaud Charlet authored
From-SVN: r220961
-
- Feb 06, 2015
-
-
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
-
- Feb 04, 2015
-
-
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
-
- Jan 27, 2015
-
-
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
-
- Aug 01, 2014
-
-
Arnaud Charlet authored
From-SVN: r213503
-
- Dec 02, 2013
-
-
Gerald Pfeifer authored
update_web_docs_svn: Work around makeinfo generated file names and references with "_002d" instead... * update_web_docs_svn: Work around makeinfo generated file names and references with "_002d" instead of "-". From-SVN: r205600
-
- Nov 21, 2011
-
-
Gerald Pfeifer authored
* update_web_docs_svn: Make $DOCSDIR group writable after creating it. From-SVN: r181545
-
- Feb 07, 2011
-
-
Joseph Myers authored
From-SVN: r169875
-
- Dec 18, 2010
-
-
Tobias Burnus authored
2010-12-18 Tobias Burnus <burnus@net-b.de> * update_web_docs_svn (MANUALS): Add libquadmath. From-SVN: r168021
-
- Dec 08, 2010
-
-
Ian Lance Taylor authored
From-SVN: r167614
-
- Jun 24, 2010
-
-
Joseph Myers authored
* update_web_docs_svn: Also pass -I option pointing to ada/ source directory for Ada manual. From-SVN: r161324
-
- Oct 10, 2009
-
-
- Apr 23, 2009
-
-
Gerald Pfeifer authored
From-SVN: r146648
-
- Apr 08, 2009
-
-
Gerald Pfeifer authored
* update_web_docs_svn: Run this script under plain /bin/sh as opposed to /bin/sh -x. From-SVN: r145707
-
- Jul 04, 2008
-
-
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
-
- Aug 21, 2007
-
-
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:
Joseph Myers <joseph@codesourcery.com> Co-Authored-By:
Mark Mitchell <mark@codesourcery.com> Co-Authored-By:
Nathan Sidwell <nathan@codesourcery.com> From-SVN: r127667
-
- Jul 06, 2007
-
-
Joseph Myers authored
* update_web_docs_svn: Use -o with makeinfo, texi2dvi and texi2pdf commands. From-SVN: r126420
-
- Apr 01, 2007
-
-
Gerald Pfeifer authored
From-SVN: r123396
-
- Mar 31, 2007
-
-
Gerald Pfeifer authored
* update_web_docs_svn (MANUALS): Move towards the top of the script. Reformat for easier editing/diffing. From-SVN: r123391
-
Tobias Burnus authored
2006-03-31 Tobias Burnus <burnus@net-b.de> * update_web_docs_svn: Build also gfc-internals. From-SVN: r123387
-
- Jan 20, 2007
-
-
Tobias Burnus authored
2007-01-21 Tobias Burnus <burnus@net-b.de> * update_web_docs_svn: Build also libgomp documentation. From-SVN: r121013
-
- Dec 16, 2005
-
-
Joseph Myers authored
* update_web_docs_svn: Remove unnecessary files from source tree. Use set -e. * doc_exclude, update_web_docs, update_web_docs_libstdcxx: Remove. From-SVN: r108698
-
Mark Mitchell authored
From-SVN: r108691
-
- Oct 29, 2005
-
-
Daniel Berlin authored
2005-10-26 Daniel Berlin <dberlin@dberlin.org> * update_web_docs_svn: Use -q to quiet svn. From-SVN: r105987
-
- Oct 17, 2005
-
-
Daniel Berlin authored
From-SVN: r105483
-
- Sep 30, 2005
-
-
Joseph Myers authored
PR other/23693 * update_web_docs: Add PDF support. Correct check of DEV-PHASE. From-SVN: r104837
-
- Mar 16, 2005
-
-
Zack Weinberg authored
config: * gcc-version.m4: Delete. fastjar: * Makefile.am (fastjar_TEXINFOS): Add gcc-vers.texi. (BASEVER, DEVPHASE): New variables. (POD2MAN): Adjust setting of --release option. (fastjar.1, grepjar.1, gcc-vers.texi): New rules. * Makefile.in: Regenerate. * configure.ac: Do not invoke TL_AC_GCC_VERSION. * aclocal.m4, configure: Regenerate. gcc: * BASE-VER, DATESTAMP, DEV-PHASE: New files. * Makefile.in (gcc_version, gcc_version_trigger, ): Delete. (BASEVER, DEVPHASE, DATESTAMP, BASEVER_c, DEVPHASE_c, DATESTAMP_c) (BASEVER_s, DEVPHASE_s, DATESTAMP_s): New variables. (version): Define using $(BASEVER_c). (Makefile, config.status, build/gcov-iov.o): No longer depends on version.c. (version.o): Depend on version files; add custom generation command. (prefix.o): Define BASEVER on command line. (s-iov): Depend on version files; adjust command. (TEXI_CPP_FILES, TEX_IGCC_FILES, TEXI_GCCINT_FILES, TEXI_CPPINT_FILES): Add gcc-vers.texi. (gcc-vers.texi): New rule. (doc/%.info, doc/%.dvi): Add -I . to command line. (doc/gccinstall.dvi): Likewise. (PACKAGE): Delete. All uses replaced with "gcc". * aclocal.m4: Do not include gcc-version.m4. * configure.ac: Do not invoke TL_AC_GCC_VERSION. Do not AC_SUBST nor AC_DEFINE PACKAGE or VERSION. Set is_release based on contents of DEV-PHASE. Set gcc_version based on contents of BASE-VER. Define WIN32_REGISTRY_KEY only if the user overrode the default. * config.in, configure: Regenerate. * gccbug.in: Determine version of GCC in use at runtime. * gcov-iov.c: Get version number and development phase from command line, not by including version.c. * intl.c: Replace all uses of PACKAGE with "gcc". * libada-mk.in: Delete unused "gcc_version" variable. * prefix.c: Default WIN32_REGISTRY_KEY to BASEVER. * version.c: (VERSUFFIX): New hook for redistributors; adjust commentary to match. (version_string): Put together from pieces. * config/alpha/x-vms: Do not use $(gcc_version). * config/i386/t-nwld: Likewise. * doc/include/gcc-common.texi: Include gcc-vers.texi for version-GCC and DEVELOPMENT. gcc/ada: * Make-lang.in (doc/gnat_ugn_unw.info, doc/gnat_rm.info) (doc/gnat_ugn_unw.dvi, doc/gnat_rm.dvi): Add gcc-vers.texi to dependencies. gcc/fortran: * Make-lang.in (GFORTRAN_TEXI): Add gcc-vers.texi. gcc/java: * Make-lang.in (TEXI_JAVA_FILES): Add gcc-vers.texi. gcc/treelang: * Make-lang.in (TEXI_TREELANG_FILES): Add gcc-vers.texi. libstdc++-v3: * include/Makefile.am (c++config.h): Depend on DATESTAMP from gcc subdirectory. Generate #define of __GLIBCXX__ from contents of that file. * include/Makefile.in: Regenerate. * include/bits/c++config: Do not define __GLIBCXX__. maintainer-scripts: * README: Update. * gcc_release: Update gcc/DEV-PHASE if that file exists, instead of gcc/version.c. * update_version: Handle updating gcc/DATESTAMP. * update_web_docs: Generate gcc-vers.texi first. From-SVN: r96549
-
- May 13, 2004
-
-
Joseph Myers authored
* update_web_docs: Also remove old .gz files from subdirectories on the 15th of the month. From-SVN: r81773
-