useless
[apps/madmutt.git] / Makefile.am
index 2e155df..d018a34 100644 (file)
@@ -75,7 +75,7 @@ EXTRA_DIST = config.rpath  COPYRIGHT GPL OPS TODO \
        buffy.h charset.h copy.h crypt.c dotlock.h functions.def gen_defs \
        recvattach.h handler.h thread.h globals.h init.h keymap.h \
        mime.h mutt.h mutt_sasl.h pager.h protos.h \
-       sort.h mime.types autogen.sh remailer.c remailer.h browser.h state.h \
+       sort.h autogen.sh remailer.c remailer.h browser.h state.h \
        lib.h smime_keys.pl Madmuttrc.head Madmuttrc \
        makedoc.c stamp-doc-rc README.SSL depcomp mutt_idna.h mutt_libesmtp.h
 
@@ -119,10 +119,6 @@ install-data-local: Madmuttrc
        elif [ ! -f $(DESTDIR)$(sysconfdir)/Madmuttrc ] ; then \
                $(INSTALL) -m 644 Madmuttrc $(DESTDIR)$(sysconfdir) ; \
        fi
-       -if [ ! -f $(DESTDIR)$(sysconfdir)/madmutt-mime.types ]; then \
-               $(INSTALL) -m 644 $(srcdir)/mime.types $(DESTDIR)$(sysconfdir)/madmutt-mime.types; \
-       fi
-
 
 update-doc: stamp-doc-rc
        (cd doc && $(MAKE) update-doc)