diff -Naur dovecot-1.0.5/doc/Makefile.am dovecot-1.0.5-magellan/doc/Makefile.am --- dovecot-1.0.5/doc/Makefile.am 2007-07-15 21:51:07.000000000 +0200 +++ dovecot-1.0.5-magellan/doc/Makefile.am 2007-10-16 02:12:08.000000000 +0200 @@ -3,9 +3,7 @@ docdir = $(datadir)/doc/dovecot confdir = $(sysconfdir) -conf_DATA = \ - dovecot-ldap-example.conf \ - dovecot-sql-example.conf +conf_DATA = doc_DATA = \ auth-protocol.txt \ diff -Naur dovecot-1.0.5/doc/Makefile.in dovecot-1.0.5-magellan/doc/Makefile.in --- dovecot-1.0.5/doc/Makefile.in 2007-09-09 02:59:47.000000000 +0200 +++ dovecot-1.0.5-magellan/doc/Makefile.in 2007-10-16 02:12:24.000000000 +0200 @@ -203,9 +203,7 @@ target_alias = @target_alias@ SUBDIRS = wiki confdir = $(sysconfdir) -conf_DATA = \ - dovecot-ldap-example.conf \ - dovecot-sql-example.conf +conf_DATA = doc_DATA = \ auth-protocol.txt \ diff -Naur dovecot-1.0.5/Makefile.in dovecot-1.0.5-magellan/Makefile.in --- dovecot-1.0.5/Makefile.in 2007-09-09 02:59:51.000000000 +0200 +++ dovecot-1.0.5-magellan/Makefile.in 2007-10-16 02:13:14.000000000 +0200 @@ -318,16 +318,16 @@ @list='$(conf_DATA)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ f=$(am__strip_dir) \ - echo " $(confDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(confdir)/$$f'"; \ - $(confDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(confdir)/$$f"; \ + echo " $(confDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(confdir)/dovecot.conf'"; \ + $(confDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(confdir)/dovecot.conf"; \ done uninstall-confDATA: @$(NORMAL_UNINSTALL) @list='$(conf_DATA)'; for p in $$list; do \ f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(confdir)/$$f'"; \ - rm -f "$(DESTDIR)$(confdir)/$$f"; \ + echo " rm -f '$(DESTDIR)$(confdir)/dovecot.conf'"; \ + rm -f "$(DESTDIR)$(confdir)/dovecot.conf"; \ done install-pkglibDATA: $(pkglib_DATA) @$(NORMAL_INSTALL)