~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/include.am

  • Committer: Brian Aker
  • Date: 2011-01-12 06:45:23 UTC
  • mto: (2073.1.4 catalogs)
  • mto: This revision was merged to the branch mainline in revision 2080.
  • Revision ID: brian@tangent.org-20110112064523-rqhptaqbph22qmj1
RemoveĀ customĀ error.

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