This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: PATCH: new script gcc/doc/install.texi2html
- To: Mark Mitchell <mark at codesourcery dot com>
- Subject: Re: PATCH: new script gcc/doc/install.texi2html
- From: Gerald Pfeifer <pfeifer at dbai dot tuwien dot ac dot at>
- Date: Thu, 7 Jun 2001 07:45:52 +0200 (CEST)
- cc: <gcc-patches at gcc dot gnu dot org>, "Joseph S. Myers" <jsm28 at cam dot ac dot uk>, DJ Delorie <dj at redhat dot com>
On Mon, 4 Jun 2001, Mark Mitchell wrote:
> I would prefer to have this become part of the normal build process.
Yeah, in principle I do agree with everything you wrote (and that's how I
wanted to originally tackle that), but on the other hand DJ and I clearly
agreed that such a change to the build machinery of GCC that late in the
release process was a risk we did not want to take.
If this is fine with you, though, I suggest to start by moving
2001-06-01 DJ Delorie <dj@redhat.com>
* 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.
to the branch and then hack the following (updated and improved from
my original mail!) into the Makefiles:
SOURCEDIR=...
DESTDIR=$OBJDIR/somesubdir
export SOURCEDIR
export DESTDIR
$SOURCEDIR/gcc/gcc/doc/install.texi2html
Gerald
--
Gerald "Jerry" pfeifer@dbai.tuwien.ac.at http://www.dbai.tuwien.ac.at/~pfeifer/