From 9d5c3759ab9e2f372b66314442d284740452bf96 Mon Sep 17 00:00:00 2001 From: mstsirkin Date: Sun, 31 Aug 2014 12:28:27 +0000 Subject: makediff: fix diff generation for mmio section teach script that last argument to "mmio" macro is text Signed-off-by: Michael S. Tsirkin git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@422 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652 --- makediff.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makediff.sh b/makediff.sh index 447c8fc..1d8b04b 100755 --- a/makediff.sh +++ b/makediff.sh @@ -39,5 +39,5 @@ sed 's/\\footnote{/\\footnote {/' new/flat.tex > new/flat-fixed.tex #chmod +x latexdiff-fast latexdiff-fast --config \ "FLOATENV=(?:figure|longtable|table|tabular|plate)[\w\d*@]*" \ - --append-safecmd=field --ignore-warnings -p diffpreamble.tex old/flat-fixed.tex new/flat-fixed.tex > virtio-diff.tex + --append-safecmd=field --append-textcmd=mmioreg --ignore-warnings -p diffpreamble.tex old/flat-fixed.tex new/flat-fixed.tex > virtio-diff.tex #perl -pi fixupdiff.pl virtio-diff.tex -- cgit v1.2.3