site: fix download links

This commit is contained in:
Simon Michael 2010-09-06 21:27:42 +00:00
parent a98450eaea
commit fe4152b8cb

View File

@ -703,7 +703,7 @@ MANUAL.markdown: $(VERSIONFILE)
perl -p -e "s/(^This is the.*?manual for hledger.*?) +[0-9.]+/\1 $(VERSION3)./" -i $@
DOWNLOAD.markdown: $(VERSIONFILE)
perl -p -e "s/hledger-[0-9.]+-/hledger-$(VERSION3)-/g" -i $@
perl -p -e "s/hledger-[0-9.]+-/hledger-$(VERSION)-/g" -i $@
tagrelease:
darcs tag $(VERSION3)