~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/include.am

  • Committer: Andrew Hutchings
  • Date: 2011-01-04 11:36:01 UTC
  • mto: This revision was merged to the branch mainline in revision 2057.
  • Revision ID: andrew@linuxjedi.co.uk-20110104113601-diiveyfl32dgaa6f
Refix using placement new for join code, vector for join cache buffer.
Also refix a bug in COND_CMP properly

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/plugins/list.rst \
12
 
             docs/plugins/haildb/index.rst \
13
 
             docs/plugins/innobase/index.rst \
14
 
             docs/plugins/mysql_protocol/index.rst \
15
 
             docs/plugins/transaction_log/index.rst \
16
11
             ${top_srcdir}/docs/*.rst \
17
12
             ${top_srcdir}/docs/clients/*.rst \
18
13
             ${top_srcdir}/docs/libdrizzle/*.rst \
21
16
# Makefile for Sphinx documentation
22
17
#
23
18
 
24
 
SPHINXOPTS    = -W -D release=${PANDORA_RELEASE_VERSION}
 
19
SPHINXOPTS    = -D release=${PANDORA_RELEASE_VERSION}
25
20
PAPER         =
26
21
SPHINX_BUILDDIR      = ${top_builddir}/docs
27
22