update rule to generate upcoming cards to use markdown format

master
melvinzhang 2014-10-30 11:50:41 +08:00
parent 9cc1c37fef
commit 366d5331da
1 changed files with 2 additions and 3 deletions

View File

@ -586,9 +586,8 @@ crash.txt: $(wildcard *.log)
support/ui:
for i in src/$@/*.java; do wget https://cakehat.googlecode.com/svn/trunk/$$i -O $$i; done
wiki/UpcomingCards.wiki: cards/new.txt
echo "#summary New cards in the next release" > $@
cat <(echo "{{{") $^ <(echo "}}}") >> $@
wiki/UpcomingCards.md: cards/new.txt
cat <(echo '~~~~') $^ <(echo '~~~~') >> $@
parser/test: $(MAG)
$(RUN) magic.grammar.Check < grammar/parsable.txt