diff options
author | Joseph Myers <jsm28@cam.ac.uk> | 2001-11-16 18:56:14 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2001-11-16 18:56:14 +0000 |
commit | 81bbae61cec567c5528f78ed5afb53289a9fc63a (patch) | |
tree | ea8bf57d342d899faae74713e0261d64a40fca38 /gcc/doc/gnu.texi | |
parent | 6b857ce34b0c29311095408870810b453191b8e7 (diff) | |
download | gcc-81bbae61cec567c5528f78ed5afb53289a9fc63a.zip gcc-81bbae61cec567c5528f78ed5afb53289a9fc63a.tar.gz gcc-81bbae61cec567c5528f78ed5afb53289a9fc63a.tar.bz2 |
linux-and-gnu.texi: Remove.
* 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.
From-SVN: r47092
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 0000000..641fe30 --- /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 |