From: ivan Date: Fri, 18 Oct 2002 16:54:01 +0000 (+0000) Subject: force executable permissions on bin/pod2x X-Git-Tag: freeside_1_5_0pre1~165 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=f3175f9f238b54db37d701a7a7a5ede425b5753b force executable permissions on bin/pod2x --- diff --git a/Makefile b/Makefile index b2b2fcdbc..c47720b80 100644 --- a/Makefile +++ b/Makefile @@ -95,6 +95,7 @@ htmlman: [ -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 + chmod a+rx bin/pod2x [ -e DONT_REBUILD_DOCS ] || bin/pod2x forcehtmlman: