~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/include.am

adding images to include.am file

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
             docs/conf.py \
9
9
             docs/Doxyfile \
10
10
             docs/drizzled_header.html \
 
11
             docs/logo.png \
11
12
             docs/plugins/list.rst \
12
13
             docs/plugins/haildb/index.rst \
13
14
             docs/plugins/innobase/index.rst \
14
15
             docs/plugins/mysql_protocol/index.rst \
15
16
             docs/plugins/transaction_log/index.rst \
 
17
             docs/_static/drizzle.ico \
16
18
             ${top_srcdir}/docs/*.rst \
17
19
             ${top_srcdir}/docs/clients/*.rst \
18
20
             ${top_srcdir}/docs/libdrizzle/*.rst \
22
24
# Makefile for Sphinx documentation
23
25
#
24
26
 
25
 
SPHINXOPTS    = ${SPHINX_WARNINGS} -D release=${PANDORA_RELEASE_VERSION}
 
27
SPHINXOPTS    = -W -D release=${PANDORA_RELEASE_VERSION}
26
28
PAPER         =
27
29
SPHINX_BUILDDIR      = ${top_builddir}/docs
28
30