#!/bin/bash

pushd ../pyqwt4
cvs up -dP
make distclean
make install
popd # ../pyqwt4

# Local Variables: ***
# mode: sh ***
# End: ***
