summaryrefslogtreecommitdiff
path: root/makediff.sh
diff options
context:
space:
mode:
authormstsirkin <mstsirkin@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652>2014-08-31 12:28:27 +0000
committermstsirkin <mstsirkin@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652>2014-08-31 12:28:27 +0000
commit9d5c3759ab9e2f372b66314442d284740452bf96 (patch)
tree2ed28ad3273e249126798a6e4e9643a52900fde2 /makediff.sh
parenta41f3813a748e7d279cb6eb82f3c0afde4a3243a (diff)
makediff: fix diff generation for mmio section
teach script that last argument to "mmio" macro is text Signed-off-by: Michael S. Tsirkin <mst@redhat.com> git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@422 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
Diffstat (limited to 'makediff.sh')
-rwxr-xr-xmakediff.sh2
1 files changed, 1 insertions, 1 deletions
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