diff options
author | ivan <ivan> | 2002-06-19 04:54:04 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-06-19 04:54:04 +0000 |
commit | c5a358f8b8b0c7ac8f627f7042d81f4187bed57f (patch) | |
tree | d74921b0cc4592a94683790ff84822674e43e3b1 /Makefile | |
parent | 88f0ff8531750c6eafd0495b7bbdc440d78db379 (diff) |
pod build fix thanks to Stephen Bechard <steve@destek.net>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -76,6 +76,7 @@ htmlman: [ -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 ./httemplate/docs/man/FS/part_export ] || mkdir httemplate/docs/man/FS/part_export [ -e DONT_REBUILD_DOCS ] || bin/pod2x forcehtmlman: @@ -83,6 +84,7 @@ forcehtmlman: [ -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 ./httemplate/docs/man/FS/part_export ] || mkdir httemplate/docs/man/FS/part_export bin/pod2x install-docs: docs |