diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2016-05-10 12:38:27 +0200 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2018-06-29 13:34:48 +0300 |
commit | 7736b744e490f772fe81db5b2952e04e8a7ce88d (patch) | |
tree | d05e3550ec94872bcf2a7390676d1bdff5dee94d /makehtml.sh | |
parent | 89dd55f5e60676d4441973f4806e954ac32d4526 (diff) |
improve html page rendering
Diffstat (limited to 'makehtml.sh')
-rwxr-xr-x | makehtml.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/makehtml.sh b/makehtml.sh index e18c350..360ced8 100755 --- a/makehtml.sh +++ b/makehtml.sh @@ -46,5 +46,6 @@ rm $SPECDOC.tmp* #uncomment if you have a broken t4ht #cp ./t4ht-workaround/virtio-v1.0-csd01.css $SPECDOC.css +cat fixup.css >> $SPECDOC.css zip $SPECDOC.zip $SPECDOC.html $SPECDOC.css images/*.png |