#!/bin/sh
#
#  Copyright (C) 2001 Ken'ichi Fukamachi
#   All rights reserved. This program is free software; you can
#   redistribute it and/or modify it under the same terms as Perl itself. 
#
# $Id$
# $FML$
#

default_prefix=/usr/local
libexec_dir=$default_prefix/libexec/fml

exec $libexec_dir/fmldoc $*

echo 'not reach here'
exit 0;
