summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorivan <ivan>2002-02-06 15:49:04 +0000
committerivan <ivan>2002-02-06 15:49:04 +0000
commitd815064689e78291069209fb4610f905449dcee6 (patch)
treee29ebc67f93036ff7c89e75595c0d019dc6e5ac7 /Makefile
parente647329a15ecae064a3242f05f948658aeab9256 (diff)
documentation building Makefile patch
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8d46b975c..0f86b49d2 100644
--- a/Makefile
+++ b/Makefile
@@ -48,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: