#!/usr/bin/make -f
%:
	dh $@

override_dh_auto_build:
	uglifyjs -o dist/raphael.min.js dist/raphael.js

clean:
	dh_clean dist/raphael.min.js
