# $Header: /home/users/hurtta/cvsroot/mail/elmme+/ConfTool/GenMimetypes,v 2.2 2014/11/15 11:00:23 hurtta Exp $

	   cat >bin/elm.mimetypes <<'EOM'
#
# Format of this file:
# <suffix> <content-type>
#
# content-type includes mediatype and parameters which goes to
# Content-Type: -header of mail.
#
# Elm already has the following "builtin" definitions:
# ps    application/postscript
# gif   image/gif
# tiff  image/tiff
# jpeg  image/jpeg
#
#
EOM
	$echo "* Copying content of doc/mime.types"
	cat "$source_dir/doc/mime.types" >> bin/elm.mimetypes

