summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index ce682ef2e..b26718b14 100644
--- a/Makefile
+++ b/Makefile
@@ -6,15 +6,16 @@ DATASOURCE = DBI:Pg:dbname=freeside
DB_USER = freeside
DB_PASSWORD=
-TEMPLATE = asp
-#TEMPLATE = mason
+#TEMPLATE = asp
+TEMPLATE = mason
ASP_GLOBAL = /usr/local/etc/freeside/asp-global
MASON_HANDLER = /usr/local/etc/freeside/handler.pl
MASONDATA = /usr/local/etc/freeside/masondata
#deb, others?
-FREESIDE_DOCUMENT_ROOT = /var/www/freeside
+#FREESIDE_DOCUMENT_ROOT = /var/www/freeside
+FREESIDE_DOCUMENT_ROOT = /var/www/masonside
#freebsd
#FREESIDE_DOCUMENT_ROOT = /usr/local/www/data/freeside
@@ -58,8 +59,8 @@ SELFSERVICE_MACHINE = localhost
#not changable yet
FREESIDE_CONF = /usr/local/etc/freeside
-VERSION=1.4.1rc5
-TAG=freeside_1_4_1rc5
+VERSION=1.4.1rc6
+TAG=freeside_1_4_1rc6
help:
@echo "supported targets: aspdocs masondocs alldocs docs install-docs"