From 70020f6e384a102c806d47df111f768ad98123d2 Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 18 Oct 2002 16:54:03 +0000 Subject: [PATCH] force executable permissions on bin/pod2x --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 8b9280f61..afcfe6885 100644 --- a/Makefile +++ b/Makefile @@ -82,6 +82,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