cancel button for customers (closes: Bug#25)
[freeside.git] / Makefile
index 8b9280f..c79c33c 100644 (file)
--- 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