#!/bin/sh
# Copyright INRIA

if test "$SCI" = ""; then
  SCI="/home/huynh/work/cvsCompile/scilab_tmp/scilab"
fi
export SCI
$SCI/util/Slatdoc $*

