X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=Makefile;h=a3f61585a2d774669591a9b8f753388baa16d3f8;hp=19bc0f30c1441e40f8d2595b7dad687df3283733;hb=ababd9b098c0a91383aff1df8a0a24492b58aba7;hpb=529dbfb907ec2a08ebe2780944357cdf8f8b2a2b diff --git a/Makefile b/Makefile index 19bc0f30c..a3f61585a 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,8 @@ 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.0 +TAG=freeside_1_4_0 help: @echo "supported targets: aspdocs masondocs alldocs docs install-docs" @@ -76,8 +74,16 @@ 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: + [ -e ./httemplate/docs/man ] || mkdir httemplate/docs/man + [ -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 [ -e ${FREESIDE_DOCUMENT_ROOT} ] && mv ${FREESIDE_DOCUMENT_ROOT} ${FREESIDE_DOCUMENT_ROOT}.`date +%Y%m%d%H%M%S` || true @@ -151,7 +157,7 @@ clean: #these are probably only useful if you're me... -upload-docs: +upload-docs: forcehtmlman ssh cleanwhisker.420.am rm -rf /var/www/www.sisd.com/freeside/devdocs scp -pr httemplate/docs cleanwhisker.420.am:/var/www/www.sisd.com/freeside/devdocs