X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Makefile;h=47b85ab0438727a405c888504e991f9d7f58e663;hb=c76934de8c83184f634be41f12c2bb6e6cd638f6;hp=008cd5f600c27999d4b4ec404dc8c0d2524b399c;hpb=2aa9dd3340c986aa69aafeb97c3771b4f5998a0f;p=freeside.git diff --git a/Makefile b/Makefile index 008cd5f60..47b85ab04 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ #!/usr/bin/make -DATASOURCE = DBI:Pg:host=localhost;dbname=freeside +DATASOURCE = DBI:Pg:dbname=freeside #DATASOURCE=DBI:mysql:freeside DB_USER = freeside @@ -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.1beta2 -TAG=freeside_1_4_1beta2 +VERSION=1.4.1beta6 +TAG=freeside_1_4_1beta6 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: