[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: problems building documentation

From: Blair Zajac <blair_at_orcaware.com>
Date: 2002-07-24 00:07:07 CEST

On RedHat 7.3 applying these changes gets make doc to work fines
for me and I need the second one to remove --no-headers from
running makeinfo.

Blair

Karl Fogel wrote:
>
> Garrett, did you ever get any responses to your question at the end of
> this mail?
>
> FWIW, I'm building fine w/o these changes. This is RedHat Linux 7.2.
>
> -K
>
> Garrett Rooney <rooneg@electricjellyfish.net> writes:
> > so i decided to play around with the handbook a bit, just for fun, and
> > ran into a few snags. here's the changes i had to make to Makefile.in
> > to get it to build with the tools i have on my FreeBSD box.
> >
> > Index: ./Makefile.in
> > ===================================================================
> > --- ./Makefile.in
> > +++ ./Makefile.in Sat Jul 20 12:24:48 2002
> > @@ -202,13 +202,13 @@
> > $(MAKEINFO) -I `dirname $<` -o $@ $<
> >
> > .texi.dvi:
> > - wd=`pwd` ; cd `dirname $@` ; $(TEXI2DVI) -I `dirname $$wd/$<` $$wd/$<
> > + wd=`pwd` ; cd `dirname $@` ; $(TEXI2DVI) $$wd/$<
> >
> > .texi.txt:
> > $(MAKEINFO) -I `dirname $<` --no-headers -o $@ $<
> >
> > .texi.html:
> > - $(MAKEINFO) -I `dirname $<` --no-headers --html -o $@ $<
> > + $(MAKEINFO) -I `dirname $<` --html -o $@ $<
> >
> > .dvi.ps:
> > $(DVIPS) $< -o $@
> >
> > apparently my version of texi2dvi doesn't have a -I option (although
> > it seems to work fine without it), and my version of makeinfo
> > complains if you try to use --no-headers and --html together. this is
> > with texi2dvi version 0.8 (GNU Texinfo 3.12), and makeinfo version
> > 4.1.
> >
> > does anyone else have these problems? and if not, can you still build
> > correctly with these changes? i'd hate to commit a change that works
> > for me but breaks for everyone else ;-)
> >
> > -garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jul 24 00:08:30 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.