From f3175f9f238b54db37d701a7a7a5ede425b5753b Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 18 Oct 2002 16:54:01 +0000 Subject: [PATCH] force executable permissions on bin/pod2x --- Makefile | 1 + 1 file changed, 1 insertion(+) 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: -- 2.11.0