tools: fixes for version updating in web pages
This commit is contained in:
parent
9b208bf13d
commit
b151eef2b7
6
Makefile
6
Makefile
@ -735,10 +735,10 @@ hledger-web/hledger-web.cabal: $(VERSIONFILE)
|
||||
perl -p -e "s/(^[ ,]*hledger *[>=]=) *.*/\1 $(VERSION)/" -i $@
|
||||
perl -p -e "s/(^[ ,]*hledger-lib *[>=]=) *.*/\1 $(VERSION)/" -i $@
|
||||
|
||||
MANUAL.markdown: $(VERSIONFILE)
|
||||
perl -p -e "s/(^This is the.*?manual for hledger.*?) +[0-9.]+/\1 $(VERSION3)./" -i $@
|
||||
MANUAL.md: $(VERSIONFILE)
|
||||
perl -p -e "s/(^This is the.*?manual.*? for hledger.*?) +[0-9.]+/\1 $(VERSION3)./" -i $@
|
||||
|
||||
DOWNLOAD.markdown: $(VERSIONFILE)
|
||||
DOWNLOAD.md: $(VERSIONFILE)
|
||||
perl -p -e "s/hledger(|-chart|-web|-vty)-[0-9.]+-/hledger\1-$(VERSION)-/g" -i $@
|
||||
|
||||
tagrelease:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user