~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/include.am

  • Committer: Joseph Daly
  • Date: 2010-10-24 03:19:07 UTC
  • mto: (1856.2.16 transaction_id_innodb)
  • mto: This revision was merged to the branch mainline in revision 1900.
  • Revision ID: skinny.moey@gmail.com-20101024031907-cnkdjmjycx62jsv0
create schema changes

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