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: small patch for install.texi



> I suggest reviewing and installing Theodore Papadopoulo's patch first
> (subject to my last comments
> <URL:http://gcc.gnu.org/ml/gcc-patches/2001-05/msg01684.html> about
> indexes), then working relative to that.

OK.

> When you're in docdir, -Idoc is irrelevant.
> 
> But be consistent about whether you cd to srcdir or docdir to generate
> docs.

You can't be in docdir.  You must be in srcdir, else the $(MAKEINFO)
expansion might not work (it might be relative to the build directory
in some trees).

> > + $(docdir)/c-tree.info: $(docdir)/c-tree.texi
> > + 	cd $(srcdir) && $(MAKEINFO) $(MAKEINFOFLAGS) -Idoc -o doc/c-tree.info \
> > + 		doc/c-tree.texi
> 
> This should shortly be going away.

Until they do, they should still be changed.

> > ! 	-$(TEXI2POD) < $(docdir)/gcov.texi > gcov.pod
> 
> While you're making these changes, I suggest moving texi2pod to the gcc
> directory from contrib, and avoid the problem of the makefile referencing
> contrib.

I could move it into the doc subdirectory...


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