oops, reversing bad Makefile patch
[freeside.git] / Makefile
index 6fa3893..0f86b49 100644 (file)
--- 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: