From b151eef2b797c76b6cab26aac6382acc6fad8d28 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 31 Jan 2012 05:17:15 +0000 Subject: [PATCH] tools: fixes for version updating in web pages --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 23e89f5b0..3ad7754fe 100644 --- a/Makefile +++ b/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: