summaryrefslogtreecommitdiff
path: root/maintainer-scripts
Commit message (Collapse)AuthorAgeFilesLines
* update_web_docs (MANUALS): Include various flavours of the GNAT User Guide.Florian Weimer2002-05-312-1/+6
| | | | | | | | | 2002-05-31 Florian Weimer <fw@deneb.enyo.de> * update_web_docs (MANUALS): Include various flavours of the GNAT User Guide. From-SVN: r54109
* update_version (textstring_FILES): Change gcc/ada/gnatvsn.ads to ↵Joseph Myers2002-05-272-1/+6
| | | | | | | | | gcc/gcc/ada/gnatvsn.ads. * update_version (textstring_FILES): Change gcc/ada/gnatvsn.ads to gcc/gcc/ada/gnatvsn.ads. From-SVN: r53918
* gnatvsn.ads (Gnat_Version_String): Change to "3.2 20020526 (experimental)".Joseph Myers2002-05-263-2/+8
| | | | | | | | | | | | | gcc/ada: * gnatvsn.ads (Gnat_Version_String): Change to "3.2 20020526 (experimental)". maintainer-scripts: * gcc_release: Add gcc/ada/gnatvsn.ads to list of files in which release status is updated. * update_version (textstring_FILES): Add gcc/ada/gnatvsn.ads. From-SVN: r53892
* * gcc_release: Do upload files when local.Joseph Myers2002-05-212-3/+3
| | | | From-SVN: r53689
* * snapshot-README, snapshot-index.html: Remove chill.Joseph Myers2002-05-213-10/+4
| | | | From-SVN: r53688
* * gcc_release: Correct upload handling.Mark Mitchell2002-05-092-2/+9
| | | | From-SVN: r53315
* * gcc_release (build_diffs): Remove reference to Chill.Mark Mitchell2002-04-222-1/+5
| | | | From-SVN: r52614
* * update_web_docs (MANUALS): Remove chill. Add gnat_rm.Joseph Myers2002-04-212-1/+5
| | | | From-SVN: r52581
* * gcc_release: Set TZ to UTC0.Kelley R. Cook2002-04-192-0/+8
| | | | From-SVN: r52529
* MAINTAINERS: Remove chill maintainers.Mark Mitchell2002-04-152-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * MAINTAINERS: Remove chill maintainers. * Makefile.in (CHILLFLAGS): Remove. (CHILL_LIB): Remove. (TARGET_CONFIGDIRS): Remove libchill. (CHILL_FOR_TARGET): Remove. (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or CHILL_LIB. (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill. (CHECK_TARGET_MODULES): Likewise. (INSTALL_TARGET_MODULES): Likewise. (CLEAN_TARGET_MODULES): Likewise. (configure-target-libchill): Remove. (all-target-libchill): Remove. * configure.in (target_libs): Remove target-libchill. Do not compute CHILL_FOR_TARGET. * libchill: Remove directory. Remove Chill front end. * gcc.c (default_compilers): Remove Chill entries. * ch: Remove directory. * doc/frontends.texi: Remove information about Chill. * doc/sourcebuild.texi: Likewise. * doc/standards.texi: Likewise. * testsuite/lib/chill.exp: Remove. * g77.texi: Remove Chill reference. * gcc_release (build_tarfiles): Do not build Chill tarfiles. (CHILL_DIRS): Remove. From-SVN: r52327
* gcc_release: Build diffs for ada and chill.Joseph Myers2002-03-102-5/+18
| | | | | | | * gcc_release: Build diffs for ada and chill. Make "bzip2" a new major mode. From-SVN: r50516
* update_version: Don't indent the version string.Phil Edwards2002-03-062-2/+6
| | | | | | | | 2002-03-06 Phil Edwards <pme@gcc.gnu.org> * update_version: Don't indent the version string. From-SVN: r50364
* snapshot-README: Note that snapshots come from the 3.1 branch.Joseph Myers2002-03-052-7/+7
| | | | | | | * snapshot-README: Note that snapshots come from the 3.1 branch. Update list of files. From-SVN: r50318
* * gcc_release: Make snapshots come from the 3.1 branch.Joseph Myers2002-03-032-2/+6
| | | | From-SVN: r50262
* update_version: Automatically update version files on all branches.Mark Mitchell2002-02-263-17/+61
| | | | | | | | * update_version: Automatically update version files on all branches. * crontab: Only invoke update_version once. From-SVN: r50049
* gcc_release: Revert change to -p interface.Joseph Myers2002-02-242-5/+15
| | | | | | | | * gcc_release: Revert change to -p interface. Allow for local and remote cases in creating directories. Give an error if -p argument names a directory. From-SVN: r50000
* Fix typoMark Mitchell2002-02-221-1/+1
| | | | | | [[Split portion of a mixed commit.]] From-SVN: r49952.2
* gcc_release: Correct handling of diff-generation.Mark Mitchell2002-02-222-14/+31
| | | | | | | | | * gcc_release: Correct handling of diff-generation. Add "diffs" major mode. [[Split portion of a mixed commit.]] From-SVN: r49951.2
* gcc_release: Substitute dates in snapshot-README and snapshot-index.html ↵Joseph Myers2002-02-082-9/+13
| | | | | | | | | | files rather than... * gcc_release: Substitute dates in snapshot-README and snapshot-index.html files rather than directly using the old files on the FTP site. Set QMAILHOST. From-SVN: r49619
* * snapshot-index.html: Improve markup.Gerald Pfeifer2002-02-082-17/+24
| | | | From-SVN: r49617
* snapshot-README, [...]: Use expressions such as @DATE@ rather than hardcoded ↵Joseph Myers2002-01-293-55/+58
| | | | | | | | | dates. * snapshot-README, snapshot-index.html: Use expressions such as @DATE@ rather than hardcoded dates. From-SVN: r49319
* * snapshot-README, snapshot-index.html: New files.Joseph Myers2002-01-293-0/+166
| | | | From-SVN: r49318
* update_web_docs (contrib_file): Remove.Gerald Pfeifer2002-01-062-12/+5
| | | | | | | * update_web_docs (contrib_file): Remove. Also removing special handling of thanks.html. From-SVN: r48589
* update_web_docs: Use makeinfo --html instead of texi2html.Joseph Myers2001-12-172-17/+29
| | | | | | | | * update_web_docs: Use makeinfo --html instead of texi2html. Remove support for pre-3.1 GCC versions. Build online docs for gccint manual. From-SVN: r48120
* update_web_docs_old: Copy from update_web_docs.Joseph Myers2001-12-172-0/+183
| | | | | | | * update_web_docs_old: Copy from update_web_docs. Add comment that this is for GCC 3.0.x and earlier versions. From-SVN: r48112
* * gcc_release: Add /usr/local/bin to path when local.Joseph Myers2001-11-192-1/+5
| | | | From-SVN: r47173
* update_web_docs: Set SOURCEDIR so that install manual can be found when ↵Joseph Myers2001-11-062-1/+4
| | | | | | | | | running install.texi2html. * update_web_docs: Set SOURCEDIR so that install manual can be found when running install.texi2html. From-SVN: r46810
* * gcc_release: Don't require a username if running locally.Joseph Myers2001-11-062-1/+5
| | | | From-SVN: r46809
* update_web_docs: Eliminate warnings about keeping files from web page ↵Joseph Myers2001-11-052-1/+4
| | | | | | | | | preprocessing. * update_web_docs: Eliminate warnings about keeping files from web page preprocessing. From-SVN: r46785
* update_web_docs: Allow for the same file name in different directories.Joseph Myers2001-11-052-8/+15
| | | | | | | * update_web_docs: Allow for the same file name in different directories. From-SVN: r46784
* * update_web_docs: Generate libiberty and gnat-style manuals.Joseph Myers2001-10-292-1/+6
| | | | From-SVN: r46601
* gcc_release: Build snapshots from mainline.Joseph Myers2001-10-243-7/+21
| | | | | | | | | * gcc_release: Build snapshots from mainline. Generate Ada and Chill tarballs. Correct error check when building diffs. Check for errors when building bzip2 files. * crontab: Use /sourceware/snapshot-tmp for building snapshots. From-SVN: r46456
* crontab: Build weekly snapshots.Joseph Myers2001-10-082-0/+3
| | | | | | | | | | maintainer-scripts: * crontab: Build weekly snapshots. contrib: * snapshot: Remove. From-SVN: r46078
* gcc_release: Copy from 3.0 branch.Joseph Myers2001-10-082-0/+618
| | | | | | | * gcc_release: Copy from 3.0 branch. Add support for building the weekly snapshots on gcc.gnu.org. From-SVN: r46073
* update_web_docs: Also check out texinfo.tex from gcc/doc/include.Joseph Myers2001-08-282-1/+6
| | | | | | | * update_web_docs: Also check out texinfo.tex from gcc/doc/include. From-SVN: r45236
* update_web_docs (PREPROCESS): Rename to WWWPREPROCESS.Gerald Pfeifer2001-08-062-5/+9
| | | | | | | * update_web_docs (PREPROCESS): Rename to WWWPREPROCESS. Preprocess the entire web site, not just the install docs. From-SVN: r44659
* update_version: Add command-line argument capability...Phil Edwards2001-06-254-33/+29
| | | | | | | | | | | | | 2001-06-25 Phil Edwards <pme@sources.redhat.com> * update_version: Add command-line argument capability, also bump version for libstdc++-v3, and exit with the return code from the cvs commit. * crontab: Call update_version with arguments instead of calling update_branch_version. * update_branch_version: Remove. From-SVN: r43555
* update_web_docs: Only update the install documentation for the CVS HEAD.Gerald Pfeifer2001-06-082-11/+18
| | | | | | | * update_web_docs: Only update the install documentation for the CVS HEAD. From-SVN: r43000
* update_web_docs, [...]: Check out files that may be in the Attic.Joseph Myers2001-06-073-11/+20
| | | | | | | | * update_web_docs, doc_exclude: Check out files that may be in the Attic. Check out texinfo.tex. Don't generate anything from c-tree.texi. Generate PostScript output from manuals. From-SVN: r42952
* update_web_docs (WWWBASE_PREFORMATTED, PREPROCESS): New variables.Gerald Pfeifer2001-06-042-2/+27
| | | | | | | | | | * update_web_docs (WWWBASE_PREFORMATTED, PREPROCESS): New variables. Fix a comment and add another one. Generate the installation documentation in HTML format from gcc/doc/install.texi. From-SVN: r42849
* update_web_docs: Don't generate HTML from gxxint.texi.Joseph Myers2001-05-032-2/+9
| | | | | | | * update_web_docs: Don't generate HTML from gxxint.texi. Don't run texi2html on manuals that aren't present. From-SVN: r41789
* update_web_docs_libstdcxx: New script.Phil Edwards2001-03-193-0/+60
| | | | | | | | | 2001-03-18 Phil Edwards <pme@sources.redhat.com> * update_web_docs_libstdcxx: New script. * crontab: Call said script. From-SVN: r40606
* update_version, [...]: Check out with gcc directory instead of using egcs link.Joseph Myers2001-03-183-2/+7
| | | | | | | * update_version, update_branch_version: Check out with gcc directory instead of using egcs link. From-SVN: r40591
* update_web_docs: Don't strip leading -r from argument following -r...Joseph Myers2001-03-172-2/+6
| | | | | | | | * update_web_docs: Don't strip leading -r from argument following -r, or leading -d from argument following -d. Bug pointed out by Matt Kraai. From-SVN: r40590
* update_web_docs: Handle -r and -d options to generate docs for a release or ↵Joseph Myers2001-03-172-19/+98
| | | | | | | | | | | | | | | branch in a subdirectory. * update_web_docs: Handle -r and -d options to generate docs for a release or branch in a subdirectory. Determine names of G77 news and bugs files and contributors file after updated docs have been installed, not before. Don't remove files from a subdirectory. Don't generate manuals for gcov (included in the GCC manual) or iostream (obsolete). Do generate manuals for cppinternals, gcj and porting. Update regular expressions for detecting whether files have really changed when regenerated. From-SVN: r40589
* update_web_docs: Use /usr/local/bin/texi2html rather than gccadmin's local copy.Joseph Myers2001-03-152-1/+6
| | | | | | | * update_web_docs: Use /usr/local/bin/texi2html rather than gccadmin's local copy. From-SVN: r40489
* crontab, [...]: New files (as currently used by gccadmin).Joseph Myers2001-03-107-0/+151
* crontab, doc_exclude, update_branch_version, update_version, update_web_docs: New files (as currently used by gccadmin). * README: New file. From-SVN: r40352