idt <[EMAIL PROTECTED]> writes: > Thanks. Now that you mention it my make failed on the > texinfo. Apparently the texi uses some syntax that my makeinfo > (version 4.0) doesn't know about. Then I wrongly picked up an old > info file installed elsewhere and assumed that enuf of the build > worked.... an exceedingly silly assumption! > > Guess I better get a clean build to get good docs! > > -sp- > > makeinfo --footnote-style=end --no-split -o ../info/tramp tramp.texi > tramp.texi:66: Unknown command `copying'. > tramp.texi:88: Unmatched `@end'. > tramp.texi:143: Unknown command `insertcopying'. > makeinfo: Removing output file `../info/tramp' due to errors; use > --force to preserve. > make[1]: *** [tramp] Error 2 > make[1]: Leaving directory `/home/swl/tramp-2.0.25/texi' > make: *** [all] Error 2
You need a recent texinfo (4.2 or so). @copying and @insertcopying are new commands. Best regards, Michael. _______________________________________________ Tramp-devel mailing list [EMAIL PROTECTED] http://mail.nongnu.org/mailman/listinfo/tramp-devel
