include files changed in changelog

master
melvin 2013-08-29 14:14:00 +08:00
parent 04e30cb24b
commit 2ccbb49683
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ cards/new.txt: cards/existing_tip.txt
changelog:
$(eval LAST := $(shell hg tags | grep "^[[:digit:]]" | head -1 | cut -d' ' -f1))
hg log | awk '{print}; /Added tag ${LAST}/ {exit 0}' > changelog
hg log -v | awk '{print}; /Added tag ${LAST}/ {exit 0}' > changelog
cards/new_%.txt: cards/existing_tip.txt cards/existing_%.txt
join -v1 -t"|" <(sort $(word 1,$^)) <(sort $(word 2,$^)) > $@