Gnus development mailing list
 help / color / mirror / Atom feed
* can't build gnus.info
@ 2001-09-11 15:13 Paul Jarc
  2001-09-11 15:34 ` Simon Josefsson
  0 siblings, 1 reply; 2+ messages in thread
From: Paul Jarc @ 2001-09-11 15:13 UTC (permalink / raw)


With a CVS checkout from just now:
if test "xmakeinfo" != "xno" ; then \
  makeinfo -I . -o gnus gnus.texi; \
else \
  emacs -batch -q -no-site-file -l ./infohack.el -f batch-makeinfo gnus.texi; \
fi
Making info file `gnus' from `gnus.texi'.
gnus.texi:5077: itemize requires an argument: the formatter for @item.
makeinfo: Removing output file `gnus' due to errors; use --force to preserve.
make[1]: *** [gnus] Error 2
make[1]: Leaving directory `/fs/lvm/mount/home/prj/src/gnus/texi'

I have no knowlegde of texinfo, but it looks like line 5077 should be
"@itemize @bullet" instead of "@itemize".


paul


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: can't build gnus.info
  2001-09-11 15:13 can't build gnus.info Paul Jarc
@ 2001-09-11 15:34 ` Simon Josefsson
  0 siblings, 0 replies; 2+ messages in thread
From: Simon Josefsson @ 2001-09-11 15:34 UTC (permalink / raw)
  Cc: ding

On Tue, 11 Sep 2001, Paul Jarc wrote:

> With a CVS checkout from just now:
> if test "xmakeinfo" != "xno" ; then \
>   makeinfo -I . -o gnus gnus.texi; \
> else \
>   emacs -batch -q -no-site-file -l ./infohack.el -f batch-makeinfo gnus.texi; \
> fi
> Making info file `gnus' from `gnus.texi'.
> gnus.texi:5077: itemize requires an argument: the formatter for @item.
> makeinfo: Removing output file `gnus' due to errors; use --force to preserve.
> make[1]: *** [gnus] Error 2
> make[1]: Leaving directory `/fs/lvm/mount/home/prj/src/gnus/texi'
>
> I have no knowlegde of texinfo, but it looks like line 5077 should be
> "@itemize @bullet" instead of "@itemize".

I changed it, thanks.

(Altough I don't get the error.  I'm using makeinfo 4.0.)



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-09-11 15:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-09-11 15:13 can't build gnus.info Paul Jarc
2001-09-11 15:34 ` Simon Josefsson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).