From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/38714 Path: main.gmane.org!not-for-mail From: prj@po.cwru.edu (Paul Jarc) Newsgroups: gmane.emacs.gnus.general Subject: can't build gnus.info Date: Tue, 11 Sep 2001 11:13:31 -0400 Organization: What did you have in mind? A short, blunt, human pyramid? Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035174531 23892 80.91.224.250 (21 Oct 2002 04:28:51 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:28:51 +0000 (UTC) Return-Path: Return-Path: Original-Received: (qmail 25685 invoked from network); 11 Sep 2001 15:13:32 -0000 Original-Received: from multivac.student.cwru.edu (HELO multivac.cwru.edu) (261@129.22.96.25) by gnus.org with SMTP; 11 Sep 2001 15:13:32 -0000 Original-Received: (qmail 19528 invoked by uid 500); 11 Sep 2001 15:13:53 -0000 Mail-Followup-To: ding@gnus.org Original-To: ding@gnus.org Mail-Copies-To: never User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/20.7 Original-Lines: 17 Xref: main.gmane.org gmane.emacs.gnus.general:38714 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:38714 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