I did a cvs update this morning (previous one was about three weeks
ago) and got this with makeinfo 4.0:

$ make all
[...]
makeinfo texinfo/bbdb.texinfo
texinfo/bbdb.texinfo:3576: Unknown command `c@item'.
texinfo/bbdb.texinfo:3577: Unknown command `c@b'.
texinfo/bbdb.texinfo:3577: Misplaced {.
texinfo/bbdb.texinfo:3577: Misplaced }.
texinfo/bbdb.texinfo:3578: Unknown command `csplitting'.
texinfo/bbdb.texinfo:3608: Unknown command `c@item'.
texinfo/bbdb.texinfo:3609: Unknown command `cInternationalization'.
texinfo/bbdb.texinfo:3610: Unknown command `cprinting,'.
makeinfo: Removing output file 
`/afs/rcf.mitre.org/apps/unsupported/xemacs-stuff/bbdb-src/bbdb.info' due to errors; 
use --force to preserve.

the attached patch fixes it.  Looks like a bad substitution put some
extra @c's at the beginning of the lines in question.
-- 
Dave Goldberg
[EMAIL PROTECTED]
Index: texinfo/bbdb.texinfo
===================================================================
RCS file: /cvsroot/bbdb/bbdb/texinfo/bbdb.texinfo,v
retrieving revision 1.33
diff -u -r1.33 bbdb.texinfo
--- texinfo/bbdb.texinfo	2001/01/03 14:07:56	1.33
+++ texinfo/bbdb.texinfo	2001/01/08 13:46:48
@@ -3573,10 +3573,10 @@
 @item
 Button 3 menus (Mark Moll and Soren Dayton)
 
-@c@item
-@c@b{BBDB}-controlled mail splitting in Gnus.  Add hook for Soren to make
-@csplitting better.  Routine from Brian Edmonds.
-@c Anyone have contact info for Soren Dayton?
+@item
+@b{BBDB}-controlled mail splitting in Gnus.  Add hook for Soren to make
+splitting better.  Routine from Brian Edmonds.
+Anyone have contact info for Soren Dayton?
 
 @item
 Conditionalized erasure of properties when text is pasted into the @b{BBDB}.
@@ -3605,9 +3605,9 @@
 String area codes (German area codes can begin with zeroes) patch from
 @code{Michael Sperber <sperber@@informatik.uni-tuebingen.de>}
 
-@c@item
-@cInternationalization of addresses.  Country code to control formats for
-@cprinting, etc.  Country->Format mapping.
+@item
+Internationalization of addresses.  Country code to control formats for
+printing, etc.  Country->Format mapping.
 
 @item
 Default country variable, similar to @code{bbdb-default-area-code}.

Reply via email to