diff -Naur dovecot-1.2.10/doc/Makefile.am dovecot-1.2.10-magellan/doc/Makefile.am --- dovecot-1.2.10/doc/Makefile.am 2010-01-19 12:56:56.000000000 +0100 +++ dovecot-1.2.10-magellan/doc/Makefile.am 2010-03-04 15:59:02.000000000 +0100 @@ -11,11 +11,7 @@ endif confdir = $(sysconfdir) -conf_DATA = \ - dovecot-db-example.conf \ - dovecot-dict-sql-example.conf \ - dovecot-ldap-example.conf \ - dovecot-sql-example.conf +conf_DATA = EXTRA_DIST = \ dovecot-initd.sh \ diff -Naur dovecot-1.2.10/doc/Makefile.in dovecot-1.2.10-magellan/doc/Makefile.in --- dovecot-1.2.10/doc/Makefile.in 2010-01-25 00:32:06.000000000 +0100 +++ dovecot-1.2.10-magellan/doc/Makefile.in 2010-03-04 15:59:24.000000000 +0100 @@ -272,11 +272,7 @@ @BUILD_DOCS_TRUE@doc_DATA = $(docfiles) confdir = $(sysconfdir) -conf_DATA = \ - dovecot-db-example.conf \ - dovecot-dict-sql-example.conf \ - dovecot-ldap-example.conf \ - dovecot-sql-example.conf +conf_DATA = EXTRA_DIST = \ dovecot-initd.sh \ diff -Naur dovecot-1.2.10/Makefile.in dovecot-1.2.10-magellan/Makefile.in --- dovecot-1.2.10/Makefile.in 2010-01-25 00:32:11.000000000 +0100 +++ dovecot-1.2.10-magellan/Makefile.in 2010-03-04 16:06:04.000000000 +0100 @@ -380,8 +380,8 @@ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ - echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(confdir)'"; \ - $(INSTALL_DATA) $$files "$(DESTDIR)$(confdir)" || exit $$?; \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(confdir)/dovecot.conf'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(confdir)/dovecot.conf" || exit $$?; \ done uninstall-confDATA: @@ -389,8 +389,8 @@ @list='$(conf_DATA)'; test -n "$(confdir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(confdir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(confdir)" && rm -f $$files + echo " ( cd '$(DESTDIR)$(confdir)' && rm -f" dovecot.conf ")"; \ + cd "$(DESTDIR)$(confdir)" && rm -f dovecot.conf install-pkglibDATA: $(pkglib_DATA) @$(NORMAL_INSTALL) test -z "$(pkglibdir)" || $(MKDIR_P) "$(DESTDIR)$(pkglibdir)"