~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/include.am

  • Committer: lbieber at stabletransit
  • Date: 2010-10-13 16:01:40 UTC
  • mfrom: (1836.3.1 more-docs)
  • mto: This revision was merged to the branch mainline in revision 1844.
  • Revision ID: lbieber@drizzle-build-n02.wc1.dfw1.stabletransit.com-20101013160140-vft253sh5ljmcl6n
Merge Monty - Moved libdrizzle api listings from doxygen to sphinx

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 \
9
8
             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
             docs/Doxyfile \
15
10
             docs/drizzled_header.html \
16
11
             ${top_srcdir}/docs/*.rst \
17
12
             ${top_srcdir}/docs/clients/*.rst
28
23
PAPEROPT_letter = -D latex_paper_size=letter
29
24
ALLSPHINXOPTS   = -d $(SPHINX_BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) ${top_srcdir}/docs
30
25
 
31
 
.PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest
 
26
.PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest doxygen
 
27
 
 
28
doxygen:
 
29
        ${DOXYGEN} docs/Doxyfile
 
30
 
32
31
 
33
32
if HAVE_RECENT_SPHINX
34
33
man_MANS+= \