* c-tree.texi, contrib.texi, cpp.texi, cppinternals.texi,
authordj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 1 Jun 2001 16:51:18 +0000 (16:51 +0000)
committerdj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 1 Jun 2001 16:51:18 +0000 (16:51 +0000)
commit03217bce1806ba1e59b917dc1b453b45395558cd
treef81399b3b264b1da44db9b622747ea3964777bce
parent138c02a6c46631a6857aa3c67b86cc8d3f75dabd
* c-tree.texi, contrib.texi, cpp.texi, cppinternals.texi,
extend.texi, fdl.texi, gcov.texi, invoke.texi, md.texi, objc.texi,
rtl.texi, tm.texi, texinfo.tex: Move to doc subdirectory.
* install.texi: Move to doc/install-old.texi.
* gcc.texi: Move to doc, refer to install-old.texi.
* Makefile.in: Reflect move of docs to doc/.
* f/Make-lang.in: Ditto.
* java/Make-lang.in: Ditto.
* doc/.cvsignore: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42779 138bc75d-0d04-0410-961f-82ee72b054a4
23 files changed:
gcc/ChangeLog
gcc/Makefile.in
gcc/doc/.cvsignore [new file with mode: 0644]
gcc/doc/c-tree.texi [moved from gcc/c-tree.texi with 100% similarity]
gcc/doc/contrib.texi [moved from gcc/contrib.texi with 100% similarity]
gcc/doc/cpp.1 [moved from gcc/cpp.1 with 100% similarity]
gcc/doc/cpp.texi [moved from gcc/cpp.texi with 100% similarity]
gcc/doc/cppinternals.texi [moved from gcc/cppinternals.texi with 100% similarity]
gcc/doc/extend.texi [moved from gcc/extend.texi with 100% similarity]
gcc/doc/fdl.texi [moved from gcc/fdl.texi with 100% similarity]
gcc/doc/gcc.1 [moved from gcc/gcc.1 with 100% similarity]
gcc/doc/gcc.texi [moved from gcc/gcc.texi with 99% similarity]
gcc/doc/gcov.1 [moved from gcc/gcov.1 with 100% similarity]
gcc/doc/gcov.texi [moved from gcc/gcov.texi with 100% similarity]
gcc/doc/install-old.texi [moved from gcc/install.texi with 100% similarity]
gcc/doc/invoke.texi [moved from gcc/invoke.texi with 100% similarity]
gcc/doc/md.texi [moved from gcc/md.texi with 100% similarity]
gcc/doc/objc.texi [moved from gcc/objc.texi with 100% similarity]
gcc/doc/rtl.texi [moved from gcc/rtl.texi with 100% similarity]
gcc/doc/texinfo.tex [moved from gcc/texinfo.tex with 100% similarity]
gcc/doc/tm.texi [moved from gcc/tm.texi with 100% similarity]
gcc/f/Make-lang.in
gcc/java/Make-lang.in