tools: fix the problem that was not updating the hledger-lib dependency
This commit is contained in:
parent
becd4f4dbc
commit
226ba76296
2
Makefile
2
Makefile
@ -511,7 +511,7 @@ Version.hs: $(VERSIONFILE)
|
||||
|
||||
hledger.cabal: $(VERSIONFILE)
|
||||
perl -p -e "s/(^ *version:) *.*/\1 $(VERSION)/" -i $@
|
||||
perl -p -e "s/(^ *hledger-lib *==) *.*/\1 $(VERSION)/" -i $@
|
||||
perl -p -e "s/(^ *hledger-lib *[>=]=) *.*/\1 $(VERSION)/" -i $@
|
||||
|
||||
hledger-lib/hledger-lib.cabal: $(VERSIONFILE)
|
||||
perl -p -e "s/(^ *version:) *.*/\1 $(VERSION)/" -i $@
|
||||
|
||||
Loading…
Reference in New Issue
Block a user