X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=Makefile;h=3f5e18d47155d7677ed16f3bbd8ee98c57e81fa9;hp=2937b2018f6744c224f5438d846d732a2fa570e6;hb=ab33e906a196646c5351c21848b5d6f63b4400dd;hpb=6a724b70e321ef79e882b42ae3b909792352aaec diff --git a/Makefile b/Makefile index 2937b2018..3f5e18d47 100644 --- a/Makefile +++ b/Makefile @@ -27,10 +27,10 @@ QUEUED_USER=ivan #eventually this shouldn't be needed FREESIDE_PATH = `pwd` -PASSWD_USER = ivan +PASSWD_USER = nostart PASSWD_MACHINE = localhost -SIGNUP_USER = ivan +SIGNUP_USER = nostart SIGNUP_MACHINE = localhost SIGNUP_AGENTNUM = 2 SIGNUP_REFNUM = 2 @@ -40,10 +40,10 @@ SIGNUP_REFNUM = 2 #not changable yet FREESIDE_CONF = /usr/local/etc/freeside -VERSION=1.4.0pre14 -TAG=freeside_1_4_0_pre14 -#VERSION=1.4.0beta1 -#TAG=freeside_1_4_0_beta1 +#VERSION=1.4.0pre14 +#TAG=freeside_1_4_0_pre14 +VERSION=1.4.0beta1 +TAG=freeside_1_4_0_beta1 help: @echo "supported targets: aspdocs masondocs alldocs docs install-docs" @@ -76,6 +76,7 @@ htmlman: [ -e ./httemplate/docs/man/bin ] || mkdir httemplate/docs/man/bin [ -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 [ -e DONT_REBUILD_DOCS ] || bin/pod2x forcehtmlman: @@ -83,6 +84,7 @@ forcehtmlman: [ -e ./httemplate/docs/man/bin ] || mkdir httemplate/docs/man/bin [ -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 bin/pod2x install-docs: docs