parent
a2abc9cef8
commit
968c6aa91f
|
@ -84,7 +84,7 @@ webify()
|
||||||
' "$docpath" \
|
' "$docpath" \
|
||||||
| awk '
|
| awk '
|
||||||
/<body>/ {
|
/<body>/ {
|
||||||
print "<body class=\"man\">";
|
print "<body class=\"manual\">";
|
||||||
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