From owner-freebsd-current Tue May 28 04:42:24 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA19898 for current-outgoing; Tue, 28 May 1996 04:42:24 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id EAA19884 for ; Tue, 28 May 1996 04:42:15 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id VAA15721; Tue, 28 May 1996 21:35:08 +1000 Date: Tue, 28 May 1996 21:35:08 +1000 From: Bruce Evans Message-Id: <199605281135.VAA15721@godzilla.zeta.org.au> To: current@freebsd.org, regnauld@tetard.hsc.fr Subject: Re: Make world breaks on texinfo file Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >===> libregex/doc >awk -f /usr2/src/gnu/lib/libregex/doc/include.awk -vsource=/usr2/src/gnu/lib/libregex/doc/../regex.h < /usr2/src/gnu/lib/libregex/doc/xregex.texi | expand >regex.texi >makeinfo --no-split -I /usr2/src/gnu/lib/libregex/doc regex.texi -o regex.info >regex.texi:2214: itemize requires an argument: the formatter for @item. This works in -current. Your makeinfo is probably a new version that finds bugs in old .texi files. Bruce