X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=Makefile;h=2937b2018f6744c224f5438d846d732a2fa570e6;hp=0f7ff71c600ab2b646b85f465da1ee09715e93ad;hb=ef6202c5eded27360d058c84cb8cb2b5cf69478f;hpb=d42c7a08d933e3e91fcfa988c15cf1791b68ee85 diff --git a/Makefile b/Makefile index 0f7ff71c6..2937b2018 100644 --- a/Makefile +++ b/Makefile @@ -40,8 +40,8 @@ SIGNUP_REFNUM = 2 #not changable yet FREESIDE_CONF = /usr/local/etc/freeside -VERSION=1.4.0pre13 -TAG=freeside_1_4_0_pre13 +VERSION=1.4.0pre14 +TAG=freeside_1_4_0_pre14 #VERSION=1.4.0beta1 #TAG=freeside_1_4_0_beta1 @@ -78,6 +78,12 @@ htmlman: [ -e ./httemplate/docs/man/FS/UI ] || mkdir httemplate/docs/man/FS/UI [ -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 + 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