~ubuntu-branches/ubuntu/lucid/window-picker-applet/lucid

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2009-09-09 16:30:40 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20090909163040-llhywtacrn9kd9t9
Tags: 0.5.4-0ubuntu1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
EXTRA_DIST = intltool-merge.in intltool-extract.in intltool-update.in
4
4
DISTCLEANFILES = intltool-merge intltool-update intltool-extract
5
5
 
6
 
snapshot:
7
 
        $(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"`
8
 
 
 
6
dist-hook:
 
7
        @if test -d "$(srcdir)/.bzr"; \
 
8
                then \
 
9
                        echo Creating ChangeLog && \
 
10
                        ( cd "$(top_srcdir)" && \
 
11
                                echo '# Generated by Makefile. Do not edit.'; echo; \
 
12
                                $(top_srcdir)/missing --run bzr log --gnu-changelog ) > ChangeLog.tmp \
 
13
                                && mv -f ChangeLog.tmp $(top_distdir)/ChangeLog \
 
14
                                || (rm -f ChangeLog.tmp; \
 
15
                                        echo Failed to generate ChangeLog >&2 ); \
 
16
  else \
 
17
        echo Failed to generate ChangeLog >&2; \
 
18
  fi