head	1.2;
access;
symbols
	HORDE_2_0_RC3:1.2
	HORDE_2_0:1.2
	CHORA_1_0:1.2
	HORDE_2_0_RC2:1.2
	RELENG_2:1.2.0.2
	HORDE_2_0_0_RC1:1.2
	HORDE_1_3_4:1.1;
locks; strict;
comment	@# @;


1.2
date	2001.07.11.09.07.17;	author avsm;	state Exp;
branches;
next	1.1;

1.1
date	2001.04.15.23.25.49;	author avsm;	state Exp;
branches;
next	;


desc
@@


1.2
log
@output to mime_mapping.php.dist instead of just mime_mapping.php
@
text
@# $Horde: horde/scripts/mime_mapping/Makefile,v 1.1 2001/04/15 23:25:49 avsm Exp $

OUT= mime_mapping.php.dist

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


1.1
log
@Add in a utility script that helps to sync the Apache mime.types database
(from the IANA) with the new Horde MIME rendering system.
@
text
@d1 1
a1 1
# $Horde$
d3 1
a3 1
OUT= mime_mapping.php
@

