annotate doc/Makefile.am @ 10078:f89bb026843f HEAD

--without-docs: make install no longer installs any docs.
author Timo Sirainen <tss@iki.fi>
date Thu, 15 Oct 2009 20:50:19 -0400
parents e95135898a3c
children be2b7d2901a0
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9842
e95135898a3c Split dovecot-example.conf to multiple files. Also it's now installed under docdir.
Timo Sirainen <tss@iki.fi>
parents: 9409
diff changeset
1 SUBDIRS = wiki example-config
5384
2a6ff0bbc932 Renamed dovecot-sql/ldap.conf to dovecot-sql/ldap-example.conf. make install
Timo Sirainen <tss@iki.fi>
parents: 5123
diff changeset
2
10078
f89bb026843f --without-docs: make install no longer installs any docs.
Timo Sirainen <tss@iki.fi>
parents: 9842
diff changeset
3 docfiles = \
2810
74517c34a687 Dovecot authentication protocol v1.0
Timo Sirainen <tss@iki.fi>
parents: 2754
diff changeset
4 auth-protocol.txt \
5441
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents: 5384
diff changeset
5 documentation.txt \
9409
1cfa4804ecbe thread-refs.txt was missing from release tarball.
Timo Sirainen <tss@iki.fi>
parents: 9200
diff changeset
6 securecoding.txt \
1cfa4804ecbe thread-refs.txt was missing from release tarball.
Timo Sirainen <tss@iki.fi>
parents: 9200
diff changeset
7 thread-refs.txt
655
f3870975abcf The txt files are now installed into doc directory, and a few of them were
Timo Sirainen <tss@iki.fi>
parents: 0
diff changeset
8
10078
f89bb026843f --without-docs: make install no longer installs any docs.
Timo Sirainen <tss@iki.fi>
parents: 9842
diff changeset
9 if BUILD_DOCS
f89bb026843f --without-docs: make install no longer installs any docs.
Timo Sirainen <tss@iki.fi>
parents: 9842
diff changeset
10 doc_DATA = $(docfiles)
f89bb026843f --without-docs: make install no longer installs any docs.
Timo Sirainen <tss@iki.fi>
parents: 9842
diff changeset
11 endif
f89bb026843f --without-docs: make install no longer installs any docs.
Timo Sirainen <tss@iki.fi>
parents: 9842
diff changeset
12
655
f3870975abcf The txt files are now installed into doc directory, and a few of them were
Timo Sirainen <tss@iki.fi>
parents: 0
diff changeset
13 EXTRA_DIST = \
9200
493de7a6d411 Added example init.d/dovecot script.
Timo Sirainen <tss@iki.fi>
parents: 8218
diff changeset
14 dovecot-initd.sh \
657
85a888d2766e Added script to easily generate self-signed certificate.
Timo Sirainen <tss@iki.fi>
parents: 655
diff changeset
15 mkcert.sh \
85a888d2766e Added script to easily generate self-signed certificate.
Timo Sirainen <tss@iki.fi>
parents: 655
diff changeset
16 dovecot-openssl.cnf \
8040
f118ee90ab21 solr-schema.xml move was forgotten from Makefiles.
Timo Sirainen <tss@iki.fi>
parents: 7993
diff changeset
17 solr-schema.xml \
10078
f89bb026843f --without-docs: make install no longer installs any docs.
Timo Sirainen <tss@iki.fi>
parents: 9842
diff changeset
18 $(docfiles)