This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: PATCH: new script gcc/doc/install.texi2html


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]