~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/include.am

  • Committer: Monty Taylor
  • Date: 2010-09-27 06:11:48 UTC
  • mto: (1796.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 1797.
  • Revision ID: mordred@inaugust.com-20100927061148-wcux1tbwcgo94dzm
Removed leftover references to PROTOCOL.

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
16
             ${top_srcdir}/docs/*.rst \
11
17
             ${top_srcdir}/docs/clients/*.rst
12
18
 
 
19
 
13
20
# Makefile for Sphinx documentation
14
21
#
15
22