~charlesk/indicator-datetime/lp-1424966-fix-ecanceled-errno-rtm-14.09

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Ted Gould
  • Date: 2010-01-05 04:32:37 UTC
  • Revision ID: ted@gould.cx-20100105043237-0cj3ilocbtllbx23
Boot strap

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
SUBDIRS = \
 
3
        src \
 
4
        data \
 
5
        tests \
 
6
        po
 
7
 
 
8
DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall
 
9
 
 
10
dist-hook:
 
11
        @if test -d "$(top_srcdir)/.bzr"; \
 
12
                then \
 
13
                        echo Creating ChangeLog && \
 
14
                                ( cd "$(top_srcdir)" && \
 
15
                                echo '# Generated by Makefile. Do not edit.'; echo; \
 
16
                                $(top_srcdir)/missing --run bzr log --gnu-changelog ) > ChangeLog.tmp \
 
17
                                && mv -f ChangeLog.tmp $(top_distdir)/ChangeLog \
 
18
                                || (rm -f ChangeLog.tmp; \
 
19
                                        echo Failed to generate ChangeLog >&2 ); \
 
20
        else \
 
21
                        echo Failed to generate ChangeLog: not a branch >&2; \
 
22
        fi