]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/ocaml/ocaml/contrib/ocamldoc/runocamldoc
Update
[l4.git] / l4 / pkg / ocaml / ocaml / contrib / ocamldoc / runocamldoc
1 #!/bin/sh
2 # $Id: runocamldoc 5029 2002-07-23 14:12:03Z doligez $
3
4 case "$1" in
5   true) shift
6         exec ../boot/ocamlrun  -I ../otherlibs/unix -I ../otherlibs/str \
7              ./ocamldoc "$@"
8         ;;
9      *) shift
10         exec ./ocamldoc "$@"
11         ;;
12 esac