bug-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: The docs weren't building for me...


From: Sam Roberts
Subject: Re: The docs weren't building for me...
Date: Tue, 16 Oct 2001 13:09:28 -0400
User-agent: Mutt/1.3.23i

Quoting Jeff Bailey <address@hidden>, who wrote:
> On Mon, Oct 15, 2001 at 09:03:34PM -0400, Alain Magloire wrote:
> > > ~/s/mailutils/doc/texinfo $ make
> > > cd . \
> > >   && /bin/sh /fs/home2/sroberts/s/mailutils/missing --run makeinfo   \
> > 
> >                                            ^^^^^^^^^^^^^^^^
> > Strange, do you have texinfo installed ?  You will need it.
> > Usually the *.info files are part of the distribution but not
> > of the cvs repository.
> 
> Automake 1.5 does this now - it runs everything through missing for
> some reason.

Maybe it does something weird with the automagically generated rules to
make verstion.texi as well, because part of the rules are commented out,
in particular in the generated makefile version.texi should depend on
stamp-vti, but the right hand side of the dependency rule is commented
out, leading to me not getting version.texi built.

The relevant lines from doc/texinfo/Makefile are:


$(srcdir)/version.texi: # $(srcdir)/stamp-vti
  @:
$(srcdir)/stamp-vti: mailutils.texi $(top_srcdir)/configure.in
  @(set `$(SHELL) $(srcdir)/mdate-sh $(srcdir)/mailutils.texi`; \
  echo "@set UPDATED $$1 $$2 $$3"; \
  echo "@set UPDATED-MONTH $$2 $$3"; \
  echo "@set EDITION $(VERSION)"; \
  echo "@set VERSION $(VERSION)") > vti.tmp
  @cmp -s vti.tmp $(srcdir)/version.texi \
    || (echo "Updating $(srcdir)/version.texi"; \
        cp vti.tmp $(srcdir)/version.texi)
  address@hidden -f vti.tmp
  @cp $(srcdir)/version.texi $@


So version.texi doesn't get built. I gather this doesn't happen for you guys?

Sam

-- 
Sam Roberts <address@hidden>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]