X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Makefile;h=85e9e920a8247be77f0ffb34e47302407517b8bb;hb=011655eed8c44c354efa49979d39e2c32f678454;hp=604b402d55e66dbde8ce78eb87f09d819d544fae;hpb=3ce7691203a7737406bf2d4442f7fd84b81f847e;p=freeside.git diff --git a/Makefile b/Makefile index 604b402d5..85e9e920a 100644 --- a/Makefile +++ b/Makefile @@ -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 @@ -315,7 +316,12 @@ install-rt: clean: rm -rf masondocs - cd FS; \ + rm -rf httemplate/docs/man + rm -rf pod2htmi.tmp + rm -rf pod2htmd.tmp + -cd FS; \ + make clean + -cd fs_selfservice/FS-SelfService; \ make clean #these are probably only useful if you're me...