diff doc/Makefile.am @ 5441:9d36800df1ae HEAD

Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org if they don't exist. Changed wiki links in dovecot-example.conf to point to the doc/wiki/ directory instead.
author Timo Sirainen <tss@iki.fi>
date Wed, 28 Mar 2007 01:50:53 +0300
parents 2a6ff0bbc932
children 0da3d9671426
line wrap: on
line diff
--- a/doc/Makefile.am	Wed Mar 28 00:56:53 2007 +0300
+++ b/doc/Makefile.am	Wed Mar 28 01:50:53 2007 +0300
@@ -1,3 +1,5 @@
+SUBDIRS = wiki
+
 docdir = $(datadir)/doc/dovecot
 
 confdir = $(sysconfdir)
@@ -6,10 +8,9 @@
 	dovecot-sql-example.conf
 
 doc_DATA = \
-	USE-WIKI-INSTEAD \
 	auth-protocol.txt \
-	securecoding.txt \
-	variables.txt
+	documentation.txt \
+	securecoding.txt
 
 EXTRA_DIST = \
 	mkcert.sh \