From 67dbeffd24e0d25461265108f4a78926e1f1137d Mon Sep 17 00:00:00 2001 From: mstsirkin Date: Sun, 19 Oct 2014 10:18:50 +0000 Subject: makediff: force revision and date in environment git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@429 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652 --- makediff.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'makediff.sh') diff --git a/makediff.sh b/makediff.sh index 1960dbd..b3a3624 100755 --- a/makediff.sh +++ b/makediff.sh @@ -1,3 +1,8 @@ +#force revision and date in environment +#this way they don't appear in the diff +export SPECDOC=${SPECDOC:-`cat REVISION`} +export DATESTR=${DATESTR:-`cat REVISION-DATE`} + #make pdf diff using latexpand and latexdiff-fast #preamble in diffpreamble.tex #in diff, links are coloured green instead of blue -- cgit v1.2.3