I finally installed this fix.

> 2006-09-20  Werner Koch  <[EMAIL PROTECTED]>
> 
>       * makeinfo/html.c (process_css_file): Fixed copying of @import
> 
> 
> --- texinfo-4.8.dfsg.1/makeinfo/html.c~ 2006-09-20 10:58:05.000000000 +0200
> +++ texinfo-4.8.dfsg.1/makeinfo/html.c  2006-09-20 10:44:20.000000000 +0200
> @@ -108,6 +108,7 @@ process_css_file (char *filename)
>                if (nextchar == 'i' || nextchar == 'c')
>                  {
>                    append_char (import_text, c);
> +                  append_char (import_text, nextchar);
>                    state = import_state;
>                  }
>                else


_______________________________________________
Texinfo home page: http://www.gnu.org/software/texinfo/
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-texinfo

Reply via email to