#!/bin/bash
doxygen
rm -rf latex
rm ../../eboxy/docs/en/pluginapi/*.{html,gif,css}
mv html/* ../../eboxy/docs/en/pluginapi
rmdir html
