#!/bin/sh

EXTRARPMSDIR=`pwd`; export EXTRARPMSDIR;
cd ./latex2html-2002

./configure

make

make install

cd $EXTRARPMSDIR

exit;

