|--==> "VS" == Ville Skytt <Ville> writes:
  VS> I can't build the new tramp package, "make bindist" fails with:
  VS> -----
  VS> makeinfo  -o texi/tramp.info texi/tramp.texi
  VS> texi/tramp.texi:31: Unknown command `copying'.
  VS> texi/tramp.texi:55: Unmatched `@end'.
  VS> texi/tramp.texi:166: Unknown command `copying'.
  VS> texi/tramp.texi:191: Unmatched `@end'.
  VS> makeinfo: Removing output file `texi/tramp.info' due to errors; use
  VS> --force to preserve.
  VS> make: *** [texi/tramp.info] Error 2
  VS> -----
  VS> My makeinfo is:
  VS> [scop@bobcat tramp]$ makeinfo --version
  VS> makeinfo (GNU texinfo) 4.1
You need to upgrade to texinfo 4.2
  VS> I don't see an entry for @copying in the texinfo 4.2 manual [1].  Kai,
  VS> could you take a look?
It's there...
,----[ (texinfo)copying ]
| `@copying': Declare copying permissions
| ---------------------------------------
| 
|   The `@copying' command should be given very early in the document;
| right after the header material (*note Texinfo File Header::) is the
| recommended location.  It conventionally consists of a sentence or two
| about what the program is, the legal copyright line, and the copying
| permissions.  Here is a skeletal example:
| 
|      @copying
|      This manual is for PROGRAM (version VERSION),
|      which ...
|      
|      Copyright @copyright{} YEARS COPYRIGHT-OWNER.
|      
|      @quotation
|      Permission is granted to ...
|      @end quotation
|      @end copying
| 
|   The `@quotation' has no legal significance; it's there to improve
| readability in some contexts.
`----
-- 
|---<Steve Youngs>---------------<GnuPG KeyID: 10D5C9C5>---|
|            XEmacs - It's not just an editor.             |
|                    It's a way of life.                   |
|------------------------------------<youngs(a)xemacs.org>---|