#!/bin/bash

for i in Galaxium.*.dll;
do
	gendarme --html $i.html $i
done

mv *.html ../docs/gendarme/
