X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Makefile;h=0f86b49d252558e177ba017d0e5c99ded1830119;hb=58b6cf13486080bae2136b13b421db6c9163368e;hp=6fa3893551ab0a89497284e0e29932ed7661753b;hpb=6991d4986df7fb3a6c7c49b5ae1b3713e87a16c4;p=freeside.git diff --git a/Makefile b/Makefile index 6fa389355..0f86b49d2 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,6 +48,10 @@ docs: make ${TEMPLATE}docs htmlman: + [ -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 upload-docs: