diff options
author | ivan <ivan> | 2006-11-05 22:39:39 +0000 |
---|---|---|
committer | ivan <ivan> | 2006-11-05 22:39:39 +0000 |
commit | 011655eed8c44c354efa49979d39e2c32f678454 (patch) | |
tree | 86e8e3880a6989ae6dfc3f592b34ad62477d5484 /Makefile | |
parent | 7d3f11ceb72d002c38825170ee87d8692e31c890 (diff) |
call it 1.7.1 to avoid confusion
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -98,8 +98,8 @@ RT_PATH = /opt/rt3 FREESIDE_PATH = `pwd` PERL_INC_DEV_KLUDGE = /usr/local/share/perl/5.8.8/ -VERSION=1.7.0 -TAG=freeside_1_7_0 +VERSION=1.7.1 +TAG=freeside_1_7_1 help: @echo "supported targets:" @@ -122,7 +122,8 @@ help: #@echo " upload-docs release update-webdemo" -masondocs: htmlman httemplate/* httemplate/*/* httemplate/*/*/* httemplate/*/*/*/* httemplate/*/*/*/*/* +#masondocs: htmlman httemplate/* httemplate/*/* httemplate/*/*/* httemplate/*/*/*/* httemplate/*/*/*/*/* +masondocs: htmlman httemplate/* httemplate/*/* httemplate/*/*/* httemplate/*/*/*/* rm -rf masondocs cp -pr httemplate masondocs touch masondocs |