From: Jaime V. <vi...@fe...> - 2025-07-22 11:25:02
|
On 19/07/25 23:44, Raymond Toy wrote: > > Yeah, I just recently noticed that the CSS is just inlined. I'm > working on this now. But you can just paste this in > doc/info/texi2html.init.in: > > |<link rel="stylesheet" type="text/css" href="manual.css"> | > > as the second line. > If I add that line to doc/info/texi2html.init.in, now I get the link to manual.css twice. Without that line I get already get that link and only once. > Then remove this: > > |--css-include=@abs_srcdir@/manual.css | > > from |TEXIOPT| in doc/info/build_html.sh.in. > That doesn't work for me. I still get an in-lined CSS tag in all .html files, which conflicts with manual.css Regards, Jaime |