Rev 12819 | Rev 18287 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12819 | Rev 15584 | ||
---|---|---|---|
Line 35... | Line 35... | ||
35 | !set glocontent=!record $j of $gloss_dir/.glossary$gl |
35 | !set glocontent=!record $j of $gloss_dir/.glossary$gl |
36 | ititle=!singlespace $(title$j) |
36 | ititle=!singlespace $(title$j) |
37 | idesc=!singlespace $(desc$j) |
37 | idesc=!singlespace $(desc$j) |
38 | !set glocontent=!record $j of $gloss_dir/.glossary$gl |
38 | !set glocontent=!record $j of $gloss_dir/.glossary$gl |
39 | !set sglo=!replace line number 2 by $ititle in $glocontent |
39 | !set sglo=!replace line number 2 by $ititle in $glocontent |
40 | !set sglo=!replace line number 3 by $idesc in |
40 | !set sglo=!replace line number 3 by $idesc in $sglo |
41 | !if $sglo!=$glocontent |
41 | !if $sglo!=$glocontent |
42 | !read proc/updatefield.proc $gloss_dir/.glossary$gl\ |
42 | !read proc/updatefield.proc $gloss_dir/.glossary$gl\ |
43 | $j\ |
43 | $j\ |
44 | \ |
44 | \ |
45 | $sglo |
45 | $sglo |