#!/bin/sh
#------------------------->  Bourne shell - script  <-------------------------#
#- Copyright (C) 199x by International Computer Science Institute            -#
#- This file is part of the GNU Sather package. It is free software; you may -#
#- redistribute  and/or modify it under the terms of the  GNU General Public -#
#- License (GPL)  as  published  by the  Free  Software  Foundation;  either -#
#- version 2 of the license, or (at your option) any later version.          -#
#- This  program  is distributed  in the  hope that it will  be  useful, but -#
#- WITHOUT ANY WARRANTY without even the implied warranty of MERCHANTABILITY -#
#- or FITNESS FOR A PARTICULAR PURPOSE. See Doc/GPL for more details.        -#
#- The license text is also available from:  Free Software Foundation, Inc., -#
#- 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA                     -#
#------------->  Please email comments to <bug-sather@gnu.org>  <-------------#

# Run this from a tmp directory in the sather distribution
$SATHER_HOME/Bin/sabrowse -non_interactive $SATHER_HOME/Browser/Web/dump-pre-html-info $SATHER_HOME/Browser/all-classes.sa -verbose -debug_browser -gui -f77 $SATHER_HOME/Library/System/Socket/socket.sa $SATHER_HOME/Test/Fortran/test-fortran.sa $SATHER_HOME/Test/C/test-c.sa -reflect
$SATHER_HOME/Browser/Web/gen_html_top_level
$SATHER_HOME/Browser/Web/gen_html_class_index
$SATHER_HOME/Browser/Web/gen_html_shortflat
$SATHER_HOME/Browser/Web/gen_html_sa_files
$SATHER_HOME/Browser/Web/gr2gif
rm -f *ppm
rm -f *.ps




