site: fix download links
This commit is contained in:
parent
a98450eaea
commit
fe4152b8cb
2
Makefile
2
Makefile
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user