diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-11-11 11:31:24 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-11-11 11:31:24 +0000 |
commit | 38d07189cc68f42f8eb2d9d2fbd982a67cae19b3 (patch) | |
tree | fb11a0a4586ddc121bcbc19d21bd432eb1b5ed34 /gcc/doc/contribute.texi | |
parent | 4a82352a84766c06cff20385665f3f3828163a19 (diff) | |
download | gcc-38d07189cc68f42f8eb2d9d2fbd982a67cae19b3.tar.gz |
* doc/gcc.texi: Move several chapters out to ...
* doc/bugreport.texi, doc/contribute.texi, doc/frontends.texi,
doc/service.texi, doc/standards.texi, doc/trouble.texi,
doc/vms.texi: ... here. New files.
* Makefile.in ($(docdir)/gcc.info, gcc.dvi): Update dependencies.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46929 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/contribute.texi')
-rw-r--r-- | gcc/doc/contribute.texi | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/gcc/doc/contribute.texi b/gcc/doc/contribute.texi new file mode 100644 index 00000000000..f9a5f970af2 --- /dev/null +++ b/gcc/doc/contribute.texi @@ -0,0 +1,25 @@ +@c Copyright (C) 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, +@c 1999, 2000, 2001 Free Software Foundation, Inc. +@c This is part of the GCC manual. +@c For copying conditions, see the file gcc.texi. + +@node Contributing +@chapter Contributing to GCC Development + +If you would like to help pretest GCC releases to assure they work well, +our current development sources are available by CVS (see +@uref{http://gcc.gnu.org/cvs.html}). Source and binary snapshots are +also available for FTP; see @uref{http://gcc.gnu.org/snapshots.html}. + +If you would like to work on improvements to GCC, please read the +advice at these URLs: + +@smallexample +@uref{http://gcc.gnu.org/contribute.html} +@uref{http://gcc.gnu.org/contributewhy.html} +@end smallexample + +@noindent +for information on how to make useful contributions and avoid +duplication of effort. Suggested projects are listed at +@uref{http://gcc.gnu.org/projects/}. |