~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/include.am

  • Committer: Patrick Crews
  • Date: 2010-12-07 20:02:50 UTC
  • Revision ID: gleebix@gmail.com-20101207200250-6a27jgqalgw5bsb5
Added disabled.def file to disable drizzleslap due to Bug#684269.  Need to skip for tarball release this round

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
 
             ${top_srcdir}/docs/*.png \
17
11
             ${top_srcdir}/docs/*.rst \
18
12
             ${top_srcdir}/docs/clients/*.rst \
19
 
             ${top_srcdir}/docs/functions/*.rst \
20
 
             ${top_srcdir}/docs/installing/*.rst \
21
13
             ${top_srcdir}/docs/libdrizzle/*.rst \
22
14
             ${top_srcdir}/docs/testing/*.rst
23
15
 
24
16
# Makefile for Sphinx documentation
25
17
#
26
18
 
27
 
SPHINXOPTS    = -W -D release=${PANDORA_RELEASE_VERSION}
 
19
SPHINXOPTS    = -D release=${PANDORA_RELEASE_VERSION}
28
20
PAPER         =
29
21
SPHINX_BUILDDIR      = ${top_builddir}/docs
30
22