X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Makefile;h=c79c33cb3008b79730a84a9a71bd87f89c620a94;hb=33849ebe914f0cb3d80c11b039abc52a1dcf94be;hp=8b9280f61354015f499683036059ebf798f6a3dc;hpb=828ae9eb32a96163289bdd2c517a24d5f2edb7b9;p=freeside.git diff --git a/Makefile b/Makefile index 8b9280f61..c79c33cb3 100644 --- a/Makefile +++ b/Makefile @@ -35,13 +35,16 @@ SIGNUP_MACHINE = localhost SIGNUP_AGENTNUM = 2 SIGNUP_REFNUM = 2 +SELFSERVICE_USER = nostart +SELFSERVICE_MACHINE = localhost + #--- #not changable yet FREESIDE_CONF = /usr/local/etc/freeside -VERSION=1.4.1beta4 -TAG=freeside_1_4_1beta4 +VERSION=1.4.1beta7 +TAG=freeside_1_4_1beta7 help: @echo "supported targets: aspdocs masondocs alldocs docs install-docs" @@ -82,6 +85,7 @@ htmlman: [ -e ./httemplate/docs/man/FS ] || mkdir httemplate/docs/man/FS [ -e ./httemplate/docs/man/FS/UI ] || mkdir httemplate/docs/man/FS/UI [ -e ./httemplate/docs/man/FS/part_export ] || mkdir httemplate/docs/man/FS/part_export + chmod a+rx bin/pod2x [ -e DONT_REBUILD_DOCS ] || bin/pod2x forcehtmlman: @@ -120,6 +124,8 @@ install-init: s/%%%SIGNUP_MACHINE%%%/${SIGNUP_MACHINE}/g;\ s/%%%SIGNUP_AGENTNUM%%%/${SIGNUP_AGENTNUM}/g;\ s/%%%SIGNUP_REFNUM%%%/${SIGNUP_REFNUM}/g;\ + s/%%%SELFSERVICE_USER%%%/${SELFSERVICE_USER}/g;\ + s/%%%SELFSERVICE_MACHINE%%%/${SELFSERVICE_MACHINE}/g;\ " ${INIT_FILE} install: install-perl-modules install-docs install-init