----- Doug Torrance <[email protected]> a écrit : > Hi Christophe, > > On 01/20/2015 03:03 PM, Christophe CURIS wrote: > > There is a new script to generate the documentation, because from the way > > we generate it we cannot assume that 'texi2any' is available and working > > on the user's computer; it is also the opportunity to generate a better > > looking document (see the description at the beginning of the script); > > Thanks for these patches! > > However, I get the following errors from the new script if I only have > mawk available. > > awk: line 42: syntax error at or near , > > awk: line 52: syntax error at or near { > > awk: line 58: syntax error at or near : > > awk: line 62: syntax error at or near : > > awk: line 65: syntax error at or near } > > Makefile:488: recipe for target '../../README.i18n' failed > > With gawk, everything is fine. > > I believe these are the lines in question: > > local_idx = match(line, /^([^ \t]+)([ \t]*)(.*)$/, local_split);
Yes, I think you got it right. I missed it, but the third argument to 'match' is actually an GNU extension. Nothing unfixable, so I'll make a patch to take care of this (I think I used it more than once). -- To unsubscribe, send mail to [email protected].
