diff options
author | Troy A. Griffitts <scribe@crosswire.org> | 2022-09-13 13:07:28 +0000 |
---|---|---|
committer | Troy A. Griffitts <scribe@crosswire.org> | 2022-09-13 13:07:28 +0000 |
commit | 8d3cd53598d64f2fce7fbd772ecd3619d12bf082 (patch) | |
tree | 77992fa106e347c0b6314e5f17b3800a8ed56a87 /modules/nasb1995 | |
parent | 99433d75cd9b1310108a6efea790ef4914cdf6c2 (diff) | |
download | sword-tools-8d3cd53598d64f2fce7fbd772ecd3619d12bf082.tar.gz |
updated generalchanges.sed to remove sID and eID attributes before diff
git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@547 07627401-56e2-0310-80f4-f8cd0041bdcd
Diffstat (limited to 'modules/nasb1995')
-rw-r--r-- | modules/nasb1995/generalchanges.sed | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/nasb1995/generalchanges.sed b/modules/nasb1995/generalchanges.sed index 0a267f9..de1d2df 100644 --- a/modules/nasb1995/generalchanges.sed +++ b/modules/nasb1995/generalchanges.sed @@ -1,12 +1,13 @@ #changes since last revision that we don't care about when diff'ing +# get rid of the uniq start and end ID attibutes as they will be numbered differently +s/sID="[^"]*"/sID="sX"/g +s/eID="[^"]*"/eID="eX"/g #s/x-PN"/x-Poetry"/g #s/x-PO"/x-Poetry"/g #s/<milestone type="x-Poetry"\/><milestone marker="“" subType="optional" type="cQuote"\/>//g #s/<milestone type="x-Poetry"\/><milestone marker="‘" subType="optional" type="cQuote"\/>//g #s/<milestone type="x-Poetry"\/>“//g #s/<milestone type="x-Poetry"\/>‘//g -#s/sID="[^"]*"/sID="sX"/g -#s/eID="[^"]*"/eID="eX"/g #s/"strong:H384"/"strong:this"/g #s/"strong:H2088"/"strong:this"/g #s/<hi type="bold">\(.\)<\/hi>/\1/g |