~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Monty Taylor
  • Date: 2010-09-29 04:25:06 UTC
  • mto: This revision was merged to the branch mainline in revision 1801.
  • Revision ID: mordred@inaugust.com-20100929042506-c4hfh21s9buux1ek
Added clean rules for sphinx output.

Show diffs side-by-side

added added

removed removed

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