blob: e10e99f7d3bf78d708fe8a148ff9604dbc396ef2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
$NetBSD: patch-aa,v 1.1.1.1 2010/11/05 12:00:39 adam Exp $
--- doc/example-config/Makefile.in.orig 2010-10-21 17:37:01.000000000 +0000
+++ doc/example-config/Makefile.in
@@ -280,7 +280,7 @@ top_srcdir = @top_srcdir@
SUBDIRS = conf.d
pkgsysconfdir = $(sysconfdir)/dovecot
nodist_pkgsysconf_DATA = README
-exampledir = $(docdir)/example-config
+exampledir = $(datadir)/examples/dovecot
example_DATA = \
dovecot.conf \
dovecot-db.conf.ext \
@@ -623,8 +623,7 @@ info: info-recursive
info-am:
-install-data-am: install-data-local install-exampleDATA \
- install-nodist_pkgsysconfDATA
+install-data-am: install-data-local install-exampleDATA
install-dvi: install-dvi-recursive
|