~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Monty Taylor
  • Date: 2010-11-11 01:13:02 UTC
  • mto: This revision was merged to the branch mainline in revision 1923.
  • Revision ID: mordred@inaugust.com-20101111011302-60t353ftw694ujj4
Build the ChangeLog during autorun - same time as we do all the rest of the
bzr interaction.

Show diffs side-by-side

added added

removed removed

Lines of Context:
139
139
        find . -name '*.gcno' | xargs rm -f 
140
140
        -rm -rf docs/api docs/dev docs/_build docs/doctrees
141
141
 
142
 
ChangeLog:
143
 
        bzr log --gnu > ChangeLog
144
142
include config/lint-source.am
145
143
include config/lcov.am
146
144