#!/bin/sh
# Copyright INRIA

if test "$SCI" = ""; then
  SCI="/usr/lib/scilab-4.0"
fi
export SCI
$SCI/util/Slatdoc $*

