~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/include.am

  • Committer: Monty Taylor
  • Date: 2011-02-13 17:26:39 UTC
  • mfrom: (2157.2.2 give-in-to-pkg-config)
  • mto: This revision was merged to the branch mainline in revision 2166.
  • Revision ID: mordred@inaugust.com-20110213172639-nhy7i72sfhoq13ms
Merged in pkg-config fixes.

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