s/POP/Access Number/ in the webui
[freeside.git] / Makefile
index 8d46b97..dd134eb 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,8 +6,8 @@ DATASOURCE = DBI:Pg:host=localhost;dbname=freeside
 DB_USER = freeside
 DB_PASSWORD=
 
-TEMPLATE = asp
-#TEMPLATE = mason
+#TEMPLATE = asp
+TEMPLATE = mason
 
 ASP_GLOBAL = /usr/local/etc/freeside/asp-global
 
@@ -48,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