#!/usr/bin/make -f

DEB_DH_INSTALL_ARGS = --exclude=.svn --exclude=po/TEMPLATE.pot

include /usr/share/cdbs/1/rules/debhelper.mk

clean::
	rm -f *.cdbs-config_list

common-binary-post-install-indep::
	find debian/rtpg-www -type f '(' -name '*.js' -o -name '*.css' ')' \
		-exec \
			yui-compressor --preserve-semi \
				--disable-optimizations -o '{}' '{}' ';'
