#!/bin/bash
# Call ePyDoc on all files and move the resulting html-files into the dir pydoc. 
epydoc ../../amov/*.py ../../[a-rt-zA-Z0-9]*.py ../../schlachtfeld.py ../../namegen/*.py ../../random_phonetic_name_generator_von_Pointon/*.py ../coding_style.py

