Gerald Pfeifer
52cacf7207
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
2013-12-02 20:07:14 +00:00
Gerald Pfeifer
6a4b4d3179
update_web_docs_svn: Make $DOCSDIR group writable after creating it.
...
* update_web_docs_svn: Make $DOCSDIR group writable after
creating it.
From-SVN: r181545
2011-11-21 01:16:24 +00:00
Joseph Myers
afa626390d
* update_web_docs_svn: Generate libquadmath-vers.texi.
...
From-SVN: r169875
2011-02-07 02:35:06 +00:00
Tobias Burnus
f21fe68470
update_web_docs_svn (MANUALS): Add libquadmath.
...
2010-12-18 Tobias Burnus <burnus@net-b.de>
* update_web_docs_svn (MANUALS): Add libquadmath.
From-SVN: r168021
2010-12-18 12:55:02 +01:00
Ian Lance Taylor
e493bdc219
* update_web_docs_svn (MANUALS): Add gccgo.
...
From-SVN: r167614
2010-12-08 23:42:53 +00:00
Joseph Myers
4f8f9b8fa5
update_web_docs_svn: Also pass -I option pointing to ada/ source directory for Ada manual.
...
* update_web_docs_svn: Also pass -I option pointing to ada/ source
directory for Ada manual.
From-SVN: r161324
2010-06-24 16:52:46 +01:00
Gerald Pfeifer
f12c3a1d3a
* update_web_docs_svn: Update BUGURL to http://gcc.gnu.org/bugs/ .
...
From-SVN: r152628
2009-10-10 20:43:15 +00:00
Gerald Pfeifer
b809fa7d64
* update_web_docs_svn: Redirect output of texi2dvi to /dev/null.
...
From-SVN: r146648
2009-04-23 13:30:49 +00:00
Gerald Pfeifer
d21a98b8df
update_web_docs_svn: Run this script under plain /bin/sh as opposed to /bin/sh -x.
...
* update_web_docs_svn: Run this script under plain /bin/sh
as opposed to /bin/sh -x.
From-SVN: r145707
2009-04-08 02:00:48 +00:00
Joseph Myers
f47687a1c2
crontab: Remove 4.1 snapshots job.
...
* 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
2008-07-04 15:58:14 +01:00
Paul Brook
2f41c1d60b
configure.ac: Add --with-pkgversion and --with-bugurl.
...
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
2007-08-21 16:35:30 +01:00
Joseph Myers
bb83237562
update_web_docs_svn: Use -o with makeinfo, texi2dvi and texi2pdf commands.
...
* update_web_docs_svn: Use -o with makeinfo, texi2dvi and texi2pdf
commands.
From-SVN: r126420
2007-07-06 17:33:38 +01:00
Gerald Pfeifer
2b9e95d02a
Revert some changes inadvertently committed as part of the previous revision.
...
From-SVN: r123396
2007-04-01 00:08:27 +00:00
Gerald Pfeifer
339731c9d3
update_web_docs_svn (MANUALS): Move towards the top of the script.
...
* update_web_docs_svn (MANUALS): Move towards the top of the
script. Reformat for easier editing/diffing.
From-SVN: r123391
2007-03-31 23:11:28 +00:00
Tobias Burnus
3f5faa7cea
update_web_docs_svn: Build also gfc-internals.
...
2006-03-31 Tobias Burnus <burnus@net-b.de>
* update_web_docs_svn: Build also gfc-internals.
From-SVN: r123387
2007-03-31 20:34:15 +02:00
Tobias Burnus
1f62fb2096
update_web_docs_svn: Build also libgomp documentation.
...
2007-01-21 Tobias Burnus <burnus@net-b.de>
* update_web_docs_svn: Build also libgomp documentation.
From-SVN: r121013
2007-01-21 00:54:15 +01:00
Joseph Myers
f0ac2193cb
update_web_docs_svn: Remove unnecessary files from source tree.
...
* 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
2005-12-16 23:59:10 +00:00
Mark Mitchell
e99c1d841d
* update_web_docs_svn: Set @srcdir in gcc-vers.texi.
...
From-SVN: r108691
2005-12-16 23:11:21 +00:00
Daniel Berlin
6d64c3bc07
update_web_docs_svn: Use -q to quiet svn.
...
2005-10-26 Daniel Berlin <dberlin@dberlin.org>
* update_web_docs_svn: Use -q to quiet svn.
From-SVN: r105987
2005-10-29 01:19:36 +00:00
Daniel Berlin
4dc7b0f0df
SVN version
...
From-SVN: r105483
2005-10-17 00:48:54 +00:00