summaryrefslogtreecommitdiffstats
path: root/ocamldoc/runocamldoc
diff options
context:
space:
mode:
Diffstat (limited to 'ocamldoc/runocamldoc')
-rw-r--r--ocamldoc/runocamldoc11
1 files changed, 11 insertions, 0 deletions
diff --git a/ocamldoc/runocamldoc b/ocamldoc/runocamldoc
new file mode 100644
index 000000000..0f6878f14
--- /dev/null
+++ b/ocamldoc/runocamldoc
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+case "$1" in
+ true) shift
+ exec ../ocamlrun -I ../otherlibs/unix -I ../otherlibs/str ./ocamldoc $*
+ ;;
+ *) shift
+ exec ./ocamldoc $*
+ ;;
+esac
+ \ No newline at end of file