X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Makefile;h=6ec108c02aa01957ce9c54116cc3630766390fc5;hb=27b1e8e41b7d4ace60b286ec02a171009aee83f2;hp=d7dce20642c67bae0445b9e5da2a7e5e787c0a98;hpb=315fcc7ecfdb0c50ef856be546b570667609e0c3;p=freeside.git diff --git a/Makefile b/Makefile index d7dce2064..6ec108c02 100644 --- a/Makefile +++ b/Makefile @@ -40,8 +40,8 @@ SIGNUP_REFNUM = 2 #not changable yet FREESIDE_CONF = /usr/local/etc/freeside -VERSION=1.4.0 -TAG=freeside_1_4_0 +VERSION=1.4.1beta1 +TAG=freeside_1_4_1beta1 help: @echo "supported targets: aspdocs masondocs alldocs docs install-docs" @@ -54,14 +54,21 @@ help: aspdocs: htmlman httemplate/* httemplate/*/* httemplate/*/*/* httemplate/*/*/*/* httemplate/*/*/*/*/* rm -rf aspdocs cp -pr httemplate aspdocs + perl -p -i -e "\ + s/%%%VERSION%%%/${VERSION}/g;\ + " aspdocs/index.html touch aspdocs + masondocs: htmlman httemplate/* httemplate/*/* httemplate/*/*/* httemplate/*/*/*/* httemplate/*/*/*/*/* rm -rf masondocs cp -pr httemplate masondocs ( cd masondocs; \ ../bin/masonize; \ ) + perl -p -i -e "\ + s/%%%VERSION%%%/${VERSION}/g;\ + " masondocs/index.html touch masondocs alldocs: aspdocs masondocs