Correct webdoc manual styling for Texinfo 5.2
parent
cd7fcb68f1
commit
7d6511799e
|
@ -83,8 +83,8 @@ webify()
|
|||
s#</body>#\n&#;
|
||||
' "$docpath" \
|
||||
| awk '
|
||||
/<body>/ {
|
||||
print "<body class=\"manual\">";
|
||||
/<body/ {
|
||||
print "<body class=\"manual\" lang=\"en\">";
|
||||
system( "awk \"/body/{i=1;next;} i\" includes/header.html | '"$shref"'" );
|
||||
next
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue