rule to generate difference in checked properties

master
melvin 2014-01-20 10:27:47 +08:00
parent bb8233d5a0
commit a60631f4c7
1 changed files with 4 additions and 0 deletions

View File

@ -661,3 +661,7 @@ mtgimage:
incoming:
grep -o https.* .hg/hgrc | parallel -j0 -k hg incoming {}
properties.diff:
diff <(cat `grep name= cards/scriptable.txt | sed 's/[^A-Za-z]/_/g;s/name_/release\/Magarena\/scripts\//;s/$$/.txt/'`) \
<(sed '/^$$/d' cards/scriptable.txt) -d -u > $@