From 87943ef7cd752a469610ccce482d63214efc9a83 Mon Sep 17 00:00:00 2001 From: mstsirkin Date: Mon, 20 Jan 2014 08:40:29 +0000 Subject: html: make footnotes inline Makes text search easier and reduces clutter in the public directory. Signed-off-by: Michael S. Tsirkin git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@187 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652 --- makehtml.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makehtml.sh b/makehtml.sh index cad297c..93e26b5 100755 --- a/makehtml.sh +++ b/makehtml.sh @@ -7,7 +7,7 @@ cp virtio-html.tex $SPECDOC.tex #uncomment if you have a broken t4ht #PATH=./t4ht-workaround:${PATH} htlatex $SPECDOC.tex "virtiohtml,info,charset=utf-8" " -cunihtf -utf8" -htlatex $SPECDOC.tex "virtio-html,info,charset=utf-8" " -cunihtf -utf8" +htlatex $SPECDOC.tex "virtio-html,info,charset=utf-8,fn-in" " -cunihtf -utf8" rm $SPECDOC.tex -- cgit v1.2.3