#!/bin/sh
# Copyright INRIA

if test "$SCI" = ""; then
  SCI="/var/tmp/scilab-4.1.2-root/usr/lib/scilab-4.1.2"
fi
export SCI
$SCI/util/Slatdoc $*

