~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/include.am

  • Committer: Joseph Daly
  • Date: 2010-09-28 01:43:36 UTC
  • mfrom: (1799 staging)
  • mto: (1799.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 1800.
  • Revision ID: jdaly@rx7-20100928014336-wxjexq5c8js3cs8v
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
EXTRA_DIST+= \
6
6
             docs/_static \
7
7
             docs/_templates \
 
8
             docs/api_header.html \
8
9
             docs/conf.py \
 
10
             docs/Doxyfile.api \
 
11
             docs/Doxyfile.dev \
 
12
             docs/Doxyfile.drizzled \
 
13
             docs/dev_header.html \
 
14
             docs/doxygen.h \
9
15
             docs/drizzled_header.html \
10
 
             docs/index.rst
 
16
             ${top_srcdir}/docs/*.rst \
 
17
             ${top_srcdir}/docs/clients/*.rst
 
18
 
11
19
 
12
20
# Makefile for Sphinx documentation
13
21
#
14
22
 
15
 
SPHINXOPTS    =
 
23
SPHINXOPTS    = -D release=${PANDORA_RELEASE_VERSION}
16
24
PAPER         =
17
25
SPHINX_BUILDDIR      = ${top_builddir}/docs
18
26