~ubuntu-branches/ubuntu/oneiric/indicator-datetime/oneiric

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Ken VanDine
  • Date: 2010-12-13 11:30:25 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20101213113025-gzu3kuukayeo3ets
Tags: 0.1.90.is.0.0.6-0ubuntu1
Uploading 0.0.6 again to superceed 0.1.90 which is still blocked on
MIR

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
        else \
23
23
                        echo Failed to generate ChangeLog: not a branch >&2; \
24
24
        fi
25
 
        @if test -d "$(top_srcdir)/.bzr"; \
26
 
                then \
27
 
                        echo Creating AUTHORS && \
28
 
                                ( cd "$(top_srcdir)" && \
29
 
                                echo '# Generated by Makefile. Do not edit.'; echo; \
30
 
                                $(top_srcdir)/missing --run  bzr log --long --levels=0 | grep -e "^\s*author:" -e "^\s*committer:" | cut -d ":" -f 2 | cut -d "<" -f 1 | sort -u) > AUTHORS.tmp \
31
 
                                && mv -f AUTHORS.tmp $(top_distdir)/AUTHORS \
32
 
                                || (rm -f AUTHORS.tmp; \
33
 
                                        echo Failed to generate AUTHORS >&2 ); \
34
 
        else \
35
 
                        echo Failed to generate AUTHORS: not a branch >&2; \
36
 
        fi