~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Monty Taylor
  • Date: 2010-09-29 04:27:16 UTC
  • mfrom: (1800.1.9 build)
  • Revision ID: mordred@inaugust.com-20100929042716-q9sb3re31iwti87z
Merged doc fixes, lock fixes, path fixes and bath fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
lib_LTLIBRARIES = 
28
28
noinst_LTLIBRARIES =
29
29
noinst_PROGRAMS =
 
30
man_MANS =
 
31
bin_PROGRAMS =
30
32
 
31
33
VERSION=$(PANDORA_RELEASE_VERSION)
32
34
 
134
136
 
135
137
clean-local:
136
138
        find . -name '*.gcno' | xargs rm -f 
137
 
        -rm -rf docs/api docs/dev docs/_build
 
139
        -rm -rf docs/api docs/dev docs/_build docs/doctrees
138
140
 
139
141
include config/lint-source.am
140
142