added rule to compute reminder.txt

master
melvin 2013-08-10 18:45:54 +08:00
parent 5aaa8e71d2
commit 20096b7e05
1 changed files with 3 additions and 0 deletions

View File

@ -572,3 +572,6 @@ bytes_per_card:
/ \
`ls -1 release/Magarena/scripts/*.txt | wc -l` \
| bc -l
reminder.txt: cards/cards.xml
grep 'reminder="[^"]*"' $^ -o | sed 's/reminder=//' | sort | uniq -c | sort -rn > $@