~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/include.am

  • Committer: lbieber
  • Date: 2010-10-01 13:06:31 UTC
  • mfrom: (1802.2.2 drizzle-bug-651948)
  • mto: This revision was merged to the branch mainline in revision 1805.
  • Revision ID: lbieber@orisndriz08-20101001130631-xubscnhmj7r5dn6g
Merge Andrew - Fix bug 651948 - Index lengths not retrieved using drizzledump

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 \
9
 
             docs/Doxyfile \
 
10
             docs/Doxyfile.api \
 
11
             docs/Doxyfile.dev \
 
12
             docs/Doxyfile.drizzled \
 
13
             docs/dev_header.html \
 
14
             docs/doxygen.h \
10
15
             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
16
             ${top_srcdir}/docs/*.rst \
18
 
             ${top_srcdir}/docs/clients/*.rst \
19
 
             ${top_srcdir}/docs/functions/*.rst \
20
 
             ${top_srcdir}/docs/installing/*.rst \
21
 
             ${top_srcdir}/docs/libdrizzle/*.rst \
22
 
             ${top_srcdir}/docs/testing/*.rst
 
17
             ${top_srcdir}/docs/clients/*.rst
23
18
 
24
19
# Makefile for Sphinx documentation
25
20
#
26
21
 
27
 
SPHINXOPTS    = -W -D release=${PANDORA_RELEASE_VERSION}
 
22
SPHINXOPTS    = -D release=${PANDORA_RELEASE_VERSION}
28
23
PAPER         =
29
24
SPHINX_BUILDDIR      = ${top_builddir}/docs
30
25
 
33
28
PAPEROPT_letter = -D latex_paper_size=letter
34
29
ALLSPHINXOPTS   = -d $(SPHINX_BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) ${top_srcdir}/docs
35
30
 
36
 
.PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest doxygen
37
 
 
38
 
doxygen:
39
 
        ${DOXYGEN} docs/Doxyfile
40
 
 
 
31
.PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest
41
32
 
42
33
if HAVE_RECENT_SPHINX
43
34
man_MANS+= \