X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Makefile;h=283981a871e6e1f00473d40d82f99c4c0c4d10aa;hb=0b0f8fb76939a617b142595672cc15e034ab7336;hp=6fa3893551ab0a89497284e0e29932ed7661753b;hpb=6991d4986df7fb3a6c7c49b5ae1b3713e87a16c4;p=freeside.git diff --git a/Makefile b/Makefile index 6fa389355..283981a87 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,6 @@ DB_USER = freeside DB_PASSWORD= TEMPLATE = asp -#mason's a bit dodgy still #TEMPLATE = mason ASP_GLOBAL = /usr/local/etc/freeside/asp-global @@ -49,7 +48,11 @@ docs: make ${TEMPLATE}docs htmlman: - bin/pod2x + [ -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 DONT_REBUILD_DOCS ] || bin/pod2x upload-docs: ssh cleanwhisker.420.am rm -rf /var/www/www.sisd.com/freeside/devdocs