# $Horde: horde/scripts/mime_mapping/Makefile,v 1.2.2.1 2003/08/04 16:03:58 slusarz Exp $

OUT= mime_mapping.php.dist

all:  ${OUT}
${OUT}:
	perl convert.pl > ${OUT}
clean:
	rm -f ${OUT}
