summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorivan <ivan>2002-10-18 16:54:01 +0000
committerivan <ivan>2002-10-18 16:54:01 +0000
commitf3175f9f238b54db37d701a7a7a5ede425b5753b (patch)
tree3dbecfd4178cbd86af01312b27901520fe180b53 /Makefile
parent9b1a8ec900ec1f5cd7d1f622f49066510c8f547c (diff)
force executable permissions on bin/pod2x
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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: