summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorivan <ivan>2002-10-18 16:54:03 +0000
committerivan <ivan>2002-10-18 16:54:03 +0000
commit70020f6e384a102c806d47df111f768ad98123d2 (patch)
tree21f5022d6a1c81d9858dc05ac13e33eabbc0294d /Makefile
parentee0b0e63e2dd12ff8adfb75bfddb15758512a100 (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 8b9280f..afcfe68 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: