~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: lbieber
  • Date: 2010-09-12 00:01:32 UTC
  • mfrom: (1758.1.1 build)
  • Revision ID: lbieber@orisndriz03-20100912000132-o1y0z89inz44hg3j
Merge Monty - Adds initial skeleton for sphinx-based documentation. Will eventually hold man pages, developer docs and long-form documentation

Show diffs side-by-side

added added

removed removed

Lines of Context:
132
132
 
133
133
clean-local:
134
134
        find . -name '*.gcno' | xargs rm -f 
135
 
        -rm -rf docs/api docs/dev
 
135
        -rm -rf docs/api docs/dev docs/_build
136
136
 
137
137
include config/lint-source.am
138
138
 
 
139
include docs/include.am
139
140
include drizzled/message/include.am
140
141
include drizzled/include.am
141
142
include drizzled/internal/include.am