changeset 655:f3870975abcf HEAD

The txt files are now installed into doc directory, and a few of them were missing.
author Timo Sirainen <tss@iki.fi>
date Sun, 24 Nov 2002 21:56:25 +0200
parents 5ad6e4f51c96
children da039ae2cfd1
files doc/Makefile.am
diffstat 1 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/Makefile.am	Sun Nov 24 21:49:47 2002 +0200
+++ b/doc/Makefile.am	Sun Nov 24 21:56:25 2002 +0200
@@ -1,6 +1,13 @@
-EXTRA_DIST = \
+docdir = $(datadir)/doc/dovecot
+
+doc_DATA = \
 	auth.txt \
+	configuration.txt \
 	design.txt \
 	index.txt \
+	mail-storages.txt \
 	multiaccess.txt \
 	nfs.txt
+
+EXTRA_DIST = \
+	$(doc_DATA)