mirror of git://gcc.gnu.org/git/gcc.git
sourcebuild.texi (Front End): Remove references to CVS and CVSROOT/modules.
* doc/sourcebuild.texi (Front End): Remove references to CVS and CVSROOT/modules. (Texinfo Manuals): Replace reference to CVS by one to SVN. (Back End): Remove reference to CVS. Co-Authored-By: Gerald Pfeifer <gerald@pfeifer.com> From-SVN: r131986
This commit is contained in:
parent
db39d0c23d
commit
5dc81ee998
|
|
@ -1,3 +1,11 @@
|
||||||
|
2008-01-31 Tom Browder <tom.browder@gmail.com>
|
||||||
|
Gerald Pfeifer <gerald@pfeifer.com>
|
||||||
|
|
||||||
|
* doc/sourcebuild.texi (Front End): Remove references to CVS
|
||||||
|
and CVSROOT/modules.
|
||||||
|
(Texinfo Manuals): Replace reference to CVS by one to SVN.
|
||||||
|
(Back End): Remove reference to CVS.
|
||||||
|
|
||||||
2008-01-31 Richard Sandiford <rsandifo@nildram.co.uk>
|
2008-01-31 Richard Sandiford <rsandifo@nildram.co.uk>
|
||||||
|
|
||||||
PR target/34900
|
PR target/34900
|
||||||
|
|
|
||||||
|
|
@ -368,7 +368,7 @@ directory or in @file{doc/include}. HTML manuals will be generated by
|
||||||
@samp{makeinfo --html}, PostScript manuals by @command{texi2dvi}
|
@samp{makeinfo --html}, PostScript manuals by @command{texi2dvi}
|
||||||
and @command{dvips}, and PDF manuals by @command{texi2pdf}.
|
and @command{dvips}, and PDF manuals by @command{texi2pdf}.
|
||||||
All Texinfo files that are parts of manuals must
|
All Texinfo files that are parts of manuals must
|
||||||
be checked into CVS, even if they are generated files, for the
|
be checked into SVN, even if they are generated files, for the
|
||||||
generation of online manuals to work.
|
generation of online manuals to work.
|
||||||
|
|
||||||
The installation manual, @file{doc/install.texi}, is also provided on
|
The installation manual, @file{doc/install.texi}, is also provided on
|
||||||
|
|
@ -502,7 +502,7 @@ Details of the directories of any runtime libraries in
|
||||||
@file{gcc/doc/sourcebuild.texi}.
|
@file{gcc/doc/sourcebuild.texi}.
|
||||||
@end itemize
|
@end itemize
|
||||||
|
|
||||||
If the front end is added to the official GCC CVS repository, the
|
If the front end is added to the official GCC source repository, the
|
||||||
following are also necessary:
|
following are also necessary:
|
||||||
|
|
||||||
@itemize @bullet
|
@itemize @bullet
|
||||||
|
|
@ -540,8 +540,6 @@ to list the tarballs and diffs for this front end.
|
||||||
If this front end includes its own version files that include the
|
If this front end includes its own version files that include the
|
||||||
current date, @file{maintainer-scripts/update_version} should be
|
current date, @file{maintainer-scripts/update_version} should be
|
||||||
updated accordingly.
|
updated accordingly.
|
||||||
@item
|
|
||||||
@file{CVSROOT/modules} in the GCC CVS repository should be updated.
|
|
||||||
@end itemize
|
@end itemize
|
||||||
|
|
||||||
@menu
|
@menu
|
||||||
|
|
@ -782,7 +780,7 @@ manual needs to be installed as info for this to work, or to be a
|
||||||
chapter of this manual.
|
chapter of this manual.
|
||||||
@end itemize
|
@end itemize
|
||||||
|
|
||||||
If the back end is added to the official GCC CVS repository, the
|
If the back end is added to the official GCC source repository, the
|
||||||
following are also necessary:
|
following are also necessary:
|
||||||
|
|
||||||
@itemize @bullet
|
@itemize @bullet
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue