#!/bin/sh

# Make documentation and place it where it will appear on the web:

TARGET=$HOME/kochanski.org/gpk/code/speechresearch/gmisclib
rm -rf $TARGET
mkdir -p $TARGET
epydoc -v --config epydoc.config --html -o $TARGET --show-imports *.py

