diff options
author | ivan <ivan> | 2002-10-18 16:54:01 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-10-18 16:54:01 +0000 |
commit | f3175f9f238b54db37d701a7a7a5ede425b5753b (patch) | |
tree | 3dbecfd4178cbd86af01312b27901520fe180b53 | |
parent | 9b1a8ec900ec1f5cd7d1f622f49066510c8f547c (diff) |
force executable permissions on bin/pod2x
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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: |