diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-11-16 18:56:14 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-11-16 18:56:14 +0000 |
commit | 988165f7604154b5605ada1c0039d746adc88e0b (patch) | |
tree | ea8bf57d342d899faae74713e0261d64a40fca38 /gcc/doc/gnu.texi | |
parent | 66d2837f62c0e1abfd6a209f23b387b1f16f1a76 (diff) | |
download | gcc-988165f7604154b5605ada1c0039d746adc88e0b.tar.gz |
* doc/include/linux-and-gnu.texi: Remove.
* doc/gnu.texi: New.
* doc/gcc.texi: Include gnu.texi instead of linux-and-gnu.texi.
* Makefile.in ($(docdir)/gcc.info, gcc.dvi): Update dependencies.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47092 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/gnu.texi')
-rw-r--r-- | gcc/doc/gnu.texi | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/gcc/doc/gnu.texi b/gcc/doc/gnu.texi new file mode 100644 index 00000000000..641fe307253 --- /dev/null +++ b/gcc/doc/gnu.texi @@ -0,0 +1,20 @@ +@c Copyright (C) 2001 Free Software Foundation, Inc. +@c This is part of the GCC manual. +@c For copying conditions, see the file gcc.texi. + +@node GNU Project +@unnumbered The GNU Project and GNU/Linux + +The GNU Project was launched in 1984 to develop a complete Unix-like +operating system which is free software: the GNU system. (GNU is a +recursive acronym for ``GNU's Not Unix''; it is pronounced +``guh-NEW''@.) Variants of the GNU operating system, which use the +kernel Linux, are now widely used; though these systems are often +referred to as ``Linux'', they are more accurately called GNU/Linux +systems. + +For more information, see: +@smallexample +@uref{http://www.gnu.org/} +@uref{http://www.gnu.org/gnu/linux-and-gnu.html} +@end smallexample |