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